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 3 of 32.

  1. Question 22: When does terraform apply reflect changes in the cloud environment?
  2. Question 24: You have a simple Terraform configuration containing one virtual machine (VM) in a cloud provider. You run terraform apply and the VM is created successfully.…
  3. Question 25: When using Terraform to deploy resources into Azure, which scenarios are true regarding state files? (Choose two.)
  4. Question 26: What is one disadvantage of using dynamic blocks in Terraform?
  5. Question 27: When should you use the force-unlock command?
  6. Question 28: You have declared a variable called var.list which is a list of objects that all have an attribute id. Which options will produce a list of the IDs? (Choose tw…
  7. Question 29: Which option can not be used to keep secrets out of Terraform configuration files?
  8. Question 30: Terraform can only manage resource dependencies if you set them explicitly with the depends_on argument.
  9. Question 31: You should store secret data in the same version control repository as your Terraform configuration.
  10. Question 32: Which of these is the best practice to protect sensitive values in state files?