HashiCorp Terraform-Associate-004 - HashiCorp Certified: Terraform Associate (004) (HCTA0-004)
terraform validate reports syntax check errors for which of the following?
When using multiple configurations of the same Terraform provider, what meta-argument must you include in any non-default provider configurations?
How is terraform import run?
The HCP Terraform private registry keeps the module configurations confidential within your organization.
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?
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)
Which backend does the Terraform CLI use by default?
Which of these actions are forbidden when the Terraform state file is locked? (Pick the 3 correct responses)
You’ve updated your Terraform configuration, and you need to preview the proposed changes to your infrastructure. Which command should you run?
