Question 66
When using constraint expressions to signify a version of a provider, which of the following are valid provider versions that satisfy the expression found in the following code snippet: (select two)
1. terraform
2. {
3. required_providers
4. {
5. aws = "~> 1.2.0"
6. }
7. }
Question 67
When TF_LOG_PATH is set, TF_LOG must be set in order for any logging to be enabled.
Question 68
Where does the Terraform local backend store its state?
Question 69
True or False? By default, Terraform destroy will prompt for confirmation before proceeding.
Question 70
Which statements best describes what the local variable assignment is doing in the following code snippet:
