Which of these statements about Terraform Cloud workspaces is false?
What does terraform destroy do?
Terraform configuration (including any module references) can contain only one Terraform provider type.
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?
Running terraform fmt without any flags in a directory with Terraform configuration files check the formatting of those files without changing their contents.
Which command does not cause Terraform to refresh its state?
Where can Terraform not load a provider from?
terraform validate confirms the syntax of Terraform files.
Once you configure a new Terraform backend with a terraform code block, which command(s) should you use to migrate the state file?
Variables declared within a module are accessible outside of the module.