Skip to main content

HashiCorp Terraform Associate (003) prep, adaptive plan with ARIA

The HashiCorp Terraform Associate is the entry-level IaC cert most relevant for engineers writing Terraform on cloud teams in 2026. 60 minutes, 57 questions, multiple choice and multiple response only. Online proctored, no labs.

What the exam is

Nine objectives in the 003 version:

ObjectiveFocus
1. IaC conceptsWhy IaC, immutable vs mutable, declarative vs imperative
2. Terraform purposeWhere it sits relative to providers, what it manages
3. Terraform basicsInit, plan, apply, destroy, state, drift
4. Outside core workflowImport, state operations, taint and replace
5. ModulesLocal, registry, versioning, source paths
6. WorkflowInit, validate, plan, apply, destroy, fmt
7. StateLocal, remote, locking, sensitive data
8. ConfigurationVariables, locals, expressions, dynamic blocks, functions
9. Cloud and HCPWorkspaces, run triggers, version control integration

Passing score 70 percent. The cert is valid for two years.

How ARIA preps you for it

The CAT eval lands a per-objective skill estimate after fifteen to twenty-five questions. Most candidates land heavy on State and Modules, because lock conflicts, drift detection, and module source-syntax questions catch engineers who used Terraform without ever fixing a broken state file. The roadmap weights phases to your gaps.

The error backlog tags every miss by command family (init, plan, apply, state, import, taint) and by concept (state locking, sensitive variables, expression order). Wrong answers around state operations resurface fast, because that is also where production teams break things.

Common pitfalls on this cert

Confusing terraform plan with terraform apply behavior. Plans show intent, applies execute. Several questions hinge on which side a refresh runs on.

Skipping HCL function syntax. The exam tests built-in functions. Memorize the syntax of the dozen most common: lookup, length, element, merge, concat, format, jsondecode, file, fileexists, contains, can, try.

Treating modules as folders. Modules have a source attribute, a version constraint, and rules about input and output blocks. Use the registry mental model.

The pass guarantee

Same five conditions. Sit Terraform Associate inside the 60-day window after eligibility, fail, get a full refund of the Exam Ready plan.

Start your prep

claudelab.me/onboarding/select-cert?code=TF-003