A Terraform backend determines how Terraform loads state and stores updates when you execute which command?
Which of these statements about HCP Terraform/Terraform Cloud workspaces is false?
Terraform configuration can only import modules from the public registry.
A module can always refer to all variables declared in its parent module.
You have created a main.tf Terraform configuration consisting of an application server, a database and a load balanced. You ran terraform apply and Terraform created all of the resources successfully.
Now you realize that you do not actually need the load balancer, so you run terraform destroy without any flags. What will happen?
What are some benefits of using Sentinel with Terraform Cloud/Terraform Cloud? Choose three correct answers.
When should you write Terraform configuration files for existing infrastructure that you want to start managing with Terraform?
Module variable assignments are inherited from the parent module and you do not need to explicitly set them.
Which of the following is not true of Terraform providers?
Module version is required to reference a module on the Terraform Module Registry.