What is one disadvantage of using dynamic blocks in Terraform?
If you update the version constraint in your Terraform configuration, Terraform will update your lock file the next time you run terraform Init.
A resource block is shown in the Exhibit space of this page. What is the Terraform resource name of the resource block?
You are using a networking module in your Terraform configuration with the name label my-network. In your main configuration you have the following code:
When you run terraform validate, you get the following error:
What must you do to successfully retrieve this value from your networking module?
Select the command that doesn’t cause Terraform to refresh its state.
Which of these ate secure options for storing secrets for connecting to a Terraform remote backend? Choose two correct answers.
What does Terraform not reference when running a terraform apply -refresh-only ?
A terraform apply can not _________ infrastructure.
How does Terraform determine dependencies between resources?
You can access state stored with the local backend by using terraform_remote_state data source.