TA-002-P Exam Question 31
Which task does teraform ini- not perform?
TA-002-P Exam Question 32
Complete the following sentence:
The terraform state command can be used to ____
The terraform state command can be used to ____
TA-002-P Exam Question 33
You have declared an input variable called environment in your parent module. What must you do to pass the value to a child module in the configuration?
TA-002-P Exam Question 34
Why is it a good idea to declare the required version of a provider in a Terraform configuration file?
1. terraform
2. {
3. required_providers
4. {
5. aws = "~> 1.0"
6. }
7. }
1. terraform
2. {
3. required_providers
4. {
5. aws = "~> 1.0"
6. }
7. }
TA-002-P Exam Question 35
What is the result of the following terraform function call?
