HashiCorp Terraform-Associate-004 - HashiCorp Certified: Terraform Associate (004) (HCTA0-004)
Total 366 questions
In a Terraform Cloud workpace linked to a version control repository speculative plan rum start automatically commit changes to version control.
Which statement describes a goal of Infrastructure as Code (IaC)?
What does Terraform use the .terraform.lock.hc1 file for?
Which of the following is true about terraform apply?(Pick 2 correct responses)
Which of the following statements about Terraform modules is not true?
All standard backend types support state locking, and remote operations like plan, apply, and destroy.
You provisioned virtual machines (VMs) on Google Cloud Platform using the gcloud command-line tool.
What must be done to manage these VMs using Terraform instead? Pick the two correct responses.
Which provider authentication method prevents credentials from being stored in the state file?
A Terraform output that sets the " sensitive " argument to true will not store that value in the state file.
A module block is shown in the Exhibit space of this page. When you use a module block to reference a module from the Terraform Registry such as the one in the example, how do you specify version 1.0.0 of the module?
