Which of the following is not a way to trigger terraform destroy?
What does the default " local " Terraform backend store?
Which of these statements about HCP Terraform/Terraform Cloud workspaces is false?
You are working on some new application features and you want to spin up a copy of your production deployment to perform some quick tests. In order to avoid having to configure a new state backend, what open source Terraform feature would allow you create multiple states but still be associated with your current code?
Which of the following is not true of Terraform providers?
If one of your modules uses a local value, you can expose that value to callers of the module by defining a Terraform output in the module’s configuration.
Which features do HCP Terraform workspaces provide that are not available in Terraform Community Edition? (Pick the 3 correct responses below.)
What is the Terraform style convention for indenting a nesting level compared to the one above it?
How can a ticket-based system slow down infrastructure provisioning and limit the ability to scale? Choose two correct answers.
What does Terraform use the .terraform.lock.hc1 file for?