What does Terraform use the .terraform.lock.hc1 file for?
In a Terraform Cloud workpace linked to a version control repository speculative plan rum start automatically commit changes to version control.
What is the Terraform style convention for indenting a nesting level compared to the one above it?
Which of the following ate advantages of using infrastructure as code (laC) instead of provisioning with a graphical user interface (GUI)? Choose two correct answers.
You ate creating a Terraform configuration which needs to make use of multiple providers, one for AWS and one for Datadog. Which of the following provider blocks would allow you to do this?
Which of the following is not a valid siring function in Terraform?
How does Terraform manage most dependencies between resources?
When does Sentinel enforce policy logic during a Terraform Cloud run?
You ate making changes to existing Terraform code to add some new infrastructure. When is the best time to run terraform validate?
Module variable assignments are inherited from the parent module and you do not need to explicitly set them.