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

  1. Question 92: HashiCorp Configuration Language (HCL) supports user-defined functions.
  2. Question 93: How can you trigger a run in a Terraform Cloud workspace that is connected to a Version Control System (VCS) repository?
  3. Question 94: You have declared an input variable called environment in your parent module. What must you do to pass the value to a child module in the configuration?
  4. Question 95: Which of the fallowing commands would you use to access all of the attributes and details of a resource managed by Terraform?
  5. Question 98: You have some Terraform code and a variable definitions file named dev.auto.tfvars that you tested successfully in the dev environment. You want to deploy the…
  6. Question 99: The ________ determines how Terraform creates, updates, or deletes resources.
  7. Question 100: Terraform destroy is the only way to remove infrastructure.
  8. Question 101: Which of the following is the correct way to pass the value in the variable num_servers into a module with the input servers in HCL2?
  9. Question 102: You want to tag multiple resources with a string that is a combination of a generated random_id and a variable. How should you use the same value in all these…
  10. Question 103: Which of the following is not a benefit of adopting infrastructure as code?