HashiCorp Terraform Associate 003 Exam
HashiCorp Certified: Terraform Associate (Page 10 )

Updated On: 9-Feb-2026

What features does the hosted service Terraform Cloud provide? (Choose two.)

  1. Automated infrastructure deployment visualization
  2. Automatic backups
  3. Remote state storage
  4. A web-based user interface (UI)

Answer(s): C,D

Explanation:


Reference:

https://www.terraform.io/docs/enterprise/admin/automated-recovery.html https://www.terraform.io/docs/language/state/remote.html



Where does the Terraform local backend store its state?

  1. In the /tmp directory
  2. In the terraform file
  3. In the terraform.tfstate file
  4. In the user's terraform.state file

Answer(s): C

Explanation:

The local backend stores state on the local filesystem, locks that state using system APIs, and performs operations locally.


Reference:

https://www.terraform.io/docs/language/settings/backends/local.html



Which option can not be used to keep secrets out of Terraform configuration files?

  1. A Terraform provider
  2. Environment variables
  3. A -var flag
  4. secure string

Answer(s): D

Explanation:


Reference:

https://secrethub.io/blog/secret-management-for-terraform/



What is one disadvantage of using dynamic blocks in Terraform?

  1. They cannot be used to loop through a list of values
  2. Dynamic blocks can construct repeatable nested blocks
  3. They make configuration harder to read and understand
  4. Terraform will run more slowly

Answer(s): C

Explanation:


Reference:

https://github.com/hashicorp/terraform/issues/19291



Only the user that generated a plan may apply it.

  1. True
  2. False

Answer(s): B






Post your Comments and Discuss HashiCorp Terraform Associate 003 exam prep with other Community members:

Join the Terraform Associate 003 Discussion