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

  1. Question 46: Terraform can import modules from a number of sources `" which of the following is not a valid source?
  2. Question 47: Terraform can run on Windows or Linux, but it requires a Server version of the Windows operating system.
  3. Question 48: What does the default "local" Terraform backend store?
  4. Question 49: In Terraform 0.13 and above, outside of the required_providers block, Terraform configurations always refer to providers by their local names.
  5. Question 50: Terraform providers are always installed from the Internet.
  6. Question 51: Terraform provisioners can be added to any resource block.
  7. Question 52: You need to constrain the GitHub provider to version 2.1 or greater. Which of the following should you put into the Terraform 0.12 configuration's provider blo…
  8. Question 53: Which statement describes a goal of infrastructure as code?
  9. Question 54: You have never used Terraform before and would like to test it out using a shared team account for a cloud provider. The shared team account already contains 1…
  10. Question 55: You run a local-exec provisioner in a null resource called null_resource.run_script and realize that you need to rerun the script. Which of the following comma…