HashiCorp Certified: Terraform Associate Free Practice Exam Questions

318 real HashiCorp Certified: Terraform Associate exam questions with answers and AI explanations. HashiCorp certification prep — page 17 of 32.

  1. Question 178: Which argument helps prevent unexpected updates when calling Terraform Registry modules?
  2. Question 179: If you manually destroy infrastructure, what is the best practice reflecting this change in Terraform?
  3. Question 180: Which command adds existing resources into Terraform state?
  4. Question 181: It is best practice to store secret data in the same version control repository as your Terraform configuration.
  5. Question 182: Which of the following commands would you use to access all of the attributes and details of a resource managed by Terraform?
  6. Question 183: terraform validate confirms that your infrastructure matches the Terraform state file.
  7. Question 184: A senior admin accidentally deleted some of your cloud instances. What does Terraform do when you run terraform apply?
  8. Question 185: Which of the following are advantages of using infrastructure as code (IaC) instead of provisioning with a graphical user interface (GUI)? (Choose two.)
  9. Question 186: When do changes invoked by terraform apply take effect?
  10. Question 187: What Terraform command always causes a state file to be updated with changes that might have been made outside of Terraform?