HashiCorp Terraform-Associate-003 - HashiCorp Certified: Terraform Associate (003) (HCTA0-003)
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)
Before you can use a new backend or HCP Terraform/Terraform Cloud integration, you must first execute terraform init.
A Terraform backend determines how Terraform loads state and stores updates when you execute which command?
Any user can publish modules to the public Terraform Module Registry.
All standard backend types support state locking, and remote operations like plan, apply, and destroy.
It is best practice to store secret data in the same version control repository as your Terraform configuration.
You have to initialize a Terraform backend before it can be configured.