HashiCorp Terraform 004 workflow guide covering init, fmt, validate, plan, review, and apply decisions.
This chapter is the center of the exam. Most wrong Terraform Associate answers come from collapsing init, plan, and apply into one blur. HashiCorp is testing whether you understand the purpose of each workflow stage.
| Lesson | Focus |
|---|---|
| 3.1 Init, Fmt & Validate | Learn what initialization, formatting, and validation really do. |
| 3.2 Plan, Apply & Destroy | Learn what execution preview, execution, and teardown mean in Terraform. |
| 3.3 Review & Resource Graph | Learn why Terraform can infer ordering and why plan review matters. |
| If the question is really about… | Go first to… |
|---|---|
| setting up the directory or checking style and structure | 3.1 Init, Fmt & Validate |
| previewing, executing, or destroying infrastructure changes | 3.2 Plan, Apply & Destroy |
| ordering, dependency graph, or why review happens before change | 3.3 Review & Resource Graph |