Terraform Basics — HashiCorp Terraform Associate (003) Practice Questions
Terraform basics covers the foundational workflow of writing HCL configuration, running `terraform init`, `terraform plan`, and `terraform apply`, and understanding how Terraform interacts with providers to manage infrastructure as code. The exam expects candidates to understand core concepts such as idempotency, resource blocks, provider configuration, and the role of the `.terraform` directory. Mastery of basics is a prerequisite for every other topic on the Terraform Associate (003) exam.
Free questions on terraform basics
Where is the Terraform state file typically stored by default?
Free question · easy · full answer + explanation