HashiCorp Terraform-Associate-004 - HashiCorp Certified: Terraform Associate (004) (HCTA0-004)
Total 318 questions
While attempting to deploy resources into your cloud provider using Terraform, you begin to see some odd behavior and experience slow responses. In order to troubleshoot you decide to turn on Terraform debugging. Which environment variables must be configured to make Terraform ' s logging more verbose?
If you don’t use the local Terraform backend, where else can Terraform save resource state?
Which of the following is not a key principle of infrastructure as code?
Which of the following methods, used to provision resources into a public cloud, demonstrates the concept of infrastructure as code?
What value does the Terraform Cloud private registry provide over the public Terraform Module Registry?
Terraform variables and outputs that set the description argument will store that description in the state file.
How can terraform plan aid in the development process?
A Terraform provider is NOT responsible for:
You are responsible for a set of infrastructure that is managed by two workspaces: example-network and example-compute . The example-compute workspace uses data from output values configured in the example-network workspace and must be deployed afterward. Currently, this is a manual process:
An operator deploys changes to the example-network workspace.
They manually copy the output values from the example-network workspace to input variables configured for the example-compute workspace.
They deploy the example-compute workspace.
Which HCP Terraform features can you use to automate this process?
Pick the two correct responses below.
When should you run terraform init?
