From the following list, how can we fetch the flower lily?
variable "flower_list" {
type = list
default = ["sunflower", "rose", "daisy", "lily"]
}
CTJP Terraform Batch 3
Quiz
•
Computers
•
Professional Development
•
Easy
CloudThat Technologies
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
From the following list, how can we fetch the flower lily?
variable "flower_list" {
type = list
default = ["sunflower", "rose", "daisy", "lily"]
}
var.flower_list["lily"]
var.flower_list[3]
var.flower_list[2]
none of the above
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
We have copied a sample terraform code from a GitHub repository to his local terraform configuration file.
There are certain formatting issues in the code.
resource "aws_instance" "cloudthat-ec2" {
ami = "ami-090fa75af13c156b4"
instance_type = "m5.large"
count = 5
}
Which command can we run to ensure that code is automatically formatted?
terraform code format
terraform format
terraform fmt
none of the above
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Name of the file where Terraform stores state information.
terraform.tfvars
terraform.tfstate
terraform-tfstate
none of the above
4.
DRAG AND DROP QUESTION
1 min • 1 pt
Drag and drop the correct the answers to create an EC2 instance
resource " (a) " "myec2" {
ami = " (b) "
instance_type = " (c) "
}
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Terraform was used to construct 4 different resources.
One of the resource was removed manually removed from the AWS interface.
What will happen during the next Terraform apply?
the deleted resource will be created again
terraform will show error
no changes will be made
none of the above
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If I want to see the public_ip after terraform apply, which block do we use?
output
input
resource
local
7.
FILL IN THE BLANK QUESTION
1 min • 1 pt
what is the provider in this code snippet?
resource "aws_eip" "myeip" {
vpc = true
}
10 questions
ToolBox Talk - Week 1
Quiz
•
Professional Development
10 questions
AWS ACF Módulo 5 - Redes e entrega de conteúdo
Quiz
•
Professional Development
10 questions
AWS Compute Services
Quiz
•
Professional Development
10 questions
Terraform101
Quiz
•
Professional Development
9 questions
Terraform me up
Quiz
•
Professional Development
12 questions
AWS ACF Módulo 6 - Computação
Quiz
•
Professional Development
10 questions
Terraform: Data Sources
Quiz
•
Professional Development
10 questions
AWS Security - Semana 5
Quiz
•
Professional Development
15 questions
Character Analysis
Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
10 questions
American Flag
Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension
Quiz
•
5th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25
Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers
Quiz
•
6th - 8th Grade