HashiCorp Terraform-Associate-004 - HashiCorp Certified: Terraform Associate (004) (HCTA0-004)
Total 359 questions
The HCP Terraform private registry keeps the module configurations confidential within your organization.
terraform init retrieves and caches the configuration for all remote modules.
You have used Terraform lo create an ephemeral development environment in the (loud 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 of the resources that mil be deleted? Choose two correct answers.
Which of these actions are forbidden when the Terraform state file is locked? (Pick the 3 correct responses)
Which are benefits of migrating from a local state backend to a remote backend? (Pick the 2 correct responses below.)
Any user can publish modules to the public Terraform Module Registry.
You’ve just finished refactoring part of your Terraform workspace’s configuration to use a module to manage some of your resources. When you plan your changes, you notice that Terraform will destroy and recreate the affected resources. Doing so could cause unintended downtime in the application your workspace manages. What supported approach should you take to complete the refactor without destroying and recreating your resources?
Which of the following methods, used to provision resources into a public cloud, demonstrates the concept of infrastructure as code?
Which of the following command would be use to access all of the attributes and details of a resource managed by Terraform?
A Terraform output that sets the " sensitive " argument to true will not store that value in the state file.
