This guide targets HashiCorp Certified: Terraform Associate (004), HashiCorp’s current associate-level Terraform certification. As of April 13, 2026, HashiCorp’s current certification page says the exam tests Terraform 1.12, is an hour-long online-proctored assessment, and includes HCP Terraform content. HashiCorp’s current exam-content list breaks the exam into 8 objective areas, and this guide follows that structure directly.
State: Terraform’s record of the real infrastructure objects it manages and how they map to configuration.
Provider: Terraform plugin that understands how to manage resources for a specific platform or service.
HCP Terraform: HashiCorp’s hosted Terraform platform for remote operations, state, collaboration, and governance.
At a glance
Exam fact
Current official value
Product version tested
Terraform 1.12
Certification page assessment label
multiple choice
Format
online proctored
Duration
1 hour
Price
$70.50 USD, plus locally applicable taxes and fees
Language
English
Credential expiration
2 years
Guide model
8 objective chapters -> 21 section lessons
This exam does not reward shallow CLI recall. Strong answers usually begin with the Terraform layer that actually owns the behavior being tested: configuration, state, workflow, module, provider, backend, or HCP Terraform platform feature. The trap is often not picking a totally wrong command. The trap is confusing one Terraform noun for another.
How to use this guide
Start with the study plan if you want a structured route through the 8 objective areas.
Work the objective chapters in order, because Terraform workflow and configuration reasoning shape the later state, maintenance, and HCP Terraform questions.
Use the cheat sheet after the lessons, not before them, so the quick pickers reinforce the model instead of replacing it.
Work through the sample questions to practice provider, backend, workflow, import, state, and HCP Terraform prompts with full explanations.
Use the faq for current format details, 004-specific changes, and common state or HCP Terraform traps.
Use the resources page to re-check the current HashiCorp certification page, exam-content list, learning path, and sample questions.
Use the glossary only when provider, backend, module, workspace, project, state, and plan terms start to blur together.
Objective-aligned chapter map
HashiCorp’s current 004 objective list uses 8 numbered objective areas. This guide follows that map directly.
flowchart LR
A["1. IaC and Terraform fundamentals"] --> B["2. Core workflow and configuration"]
B --> C["3. Modules and state management"]
C --> D["4. Maintenance and HCP Terraform"]
D --> E["Cheat sheet, glossary, FAQ, and live HashiCorp checks"]
What strong answers usually do
separate configuration authoring from state behavior and from HCP Terraform workflow behavior
protect repeatable workflow and safe change review before trying to move fast