Which command should you run to check if all code in a Terraform configuration that references multiple modules is properly formatted without making changes?
Which of the following is not a way to trigger terraform destroy?
Which of the following is availableonlyinHCP Terraform workspacesandnot in Terraform CLI?
A Terraform backend determines how Terraform loads state and stores updates when you execute which command?
Running terraform fmt without any flags in a directory with Terraform configuration files check the formatting of those files without changing their contents.
You just upgraded the version of a provider in an existing Terraform project. What do you need to do to install the new provider?
Which task does terraform init not perform?
Your security team scanned some Terraform workspaces and found secrets stored in plaintext in state files. How can you protect that data?
You've used Terraform to deploy a virtual machine and a database. You want to replace this virtual machine instance with an identical one without affecting the database. What is the best way to achieve this using Terraform?
When using Terraform to deploy resources into Azure, which scenarios are true regarding state files? (Choose two.)