If you update the version constraint in your Terraform configuration, Terraform will update your lock file the next time you run terraform Init.
A senior admin accidentally deleted some of your cloud instances. What will Terraform do when you run terraform apply?
Changing the Terraform backend from the default "local" backend to a different one after performing your first terrafom apply is:
A resource block is shown in the Exhibit space of this page. What is the Terraform resource name of the resource block?
A provider configuration block is required in every Terraform configuration.
Example:
Which of these actions are forbidden when the Terraform state file is locked? (Pick the 3 correct responses)
You used Terraform to create an ephemeral development environment in the cloud and are now ready to destroy all the infrastructure described by your Terraform configuration. To be safe, you would like to first see all the infrastructure that Terraform will delete.
Which command should you use to show all the resources that will be deleted? (Pick the 2 correct responses)