TA-002-P Exam Question 11
A provider configuration block is required in every Terraform configuration.
Example:

Example:

TA-002-P Exam Question 12
Examine the following Terraform configuration, which uses the data source for an AWS AMI.
What value should you enter for the ami argument in the AWS instance resource?

What value should you enter for the ami argument in the AWS instance resource?

TA-002-P Exam Question 13
Jack is a newbieto Terraform and wants to enable detailed logging to find all the details. Which environment variable does he need to set?
TA-002-P Exam Question 14
Which of the following value will be accepted for my_var?
1. variable "my_var"
2. {
3. type = string
4. }
1. variable "my_var"
2. {
3. type = string
4. }
TA-002-P Exam Question 15
What is the name of the default file where Terraform stores the state?
Type your answer in the field provided.
The text field is not case-sensitive and all variations of the correct answer are accepted.
Type your answer in the field provided.
The text field is not case-sensitive and all variations of the correct answer are accepted.
