
Terraform Day 6 KPMG

Quiz
•
Computers
•
Professional Development
•
Medium

CloudThat Technologies
Used 1+ times
FREE Resource
14 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
You have a module locally located at ./modules/vpc which creates a VPC. How would you correctly use this module in your Terraform configuration?
module "vpc" {
source = "./modules/vpc"
cidr_block = "10.0.0.0/16"
}
module "vpc" {
path = "./modules/vpc"
cidr_block = "10.0.0.0/16"
}
module "vpc" {
directory = "./modules/vpc"
cidr_block = "10.0.0.0/16"
}
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Where can published modules be found?
In the root module locally
Only on local filesystems
Inside the Terraform state file
On Public, Private Repositories
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a child module in Terraform?
The top-level module that Terraform starts with
A module that is only used for testing purposes
A module that contains the Terraform state file
A module that is called from within a root module
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a Terraform Module?
A Terraform module is a set of Terraform configuration files in a single directory.
A set of configuration files that define the infrastructure
A method to organize Terraform configurations for reusability
All of the above
5.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Which of the following parameters is essential to include in a Terraform module's when publishing it?
input variables
output variables
Module Description
Access Keys
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the primary reason for publishing a module to the Terraform Registry?
To hide the module's source code
To make the module available for other Terraform users to use and collaborate on
To prevent any modifications to the module
To increase the complexity of the module
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you reference resources defined within a local module?
By using the module block and specifying the module's path
By importing the resources into the root module using the import command
By defining global variables that reference the local module's resources
By directly accessing the resources within the module's configuration files
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Cloudbinary_WebServer_Quiz_Linux_Windows

Quiz
•
Professional Development
10 questions
Friday Fun

Quiz
•
Professional Development
10 questions
AWS Security - Semana 5

Quiz
•
Professional Development
18 questions
CC105_Quiz3

Quiz
•
Professional Development
10 questions
Bundlers

Quiz
•
Professional Development
12 questions
AWS Skill Up!

Quiz
•
Professional Development
10 questions
ToolBox Talk - Week 1

Quiz
•
Professional Development
10 questions
Festa da Firma 2023

Quiz
•
Professional Development
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade