This is a four-week Terraform Associate plan for someone with some cloud experience. It moves from concepts to the core workflow, then state and modules, and finishes with timed practice. Compress it if you use Terraform daily; stretch it if you are newer to the cloud. Confirm the current objectives (003) on the HashiCorp certification page.
Week 1 - Concepts and basics
Understand infrastructure as code and why Terraform is used. Cover providers, terraform init, plugins, and resource and data blocks. Install Terraform and run your first init.
Week 2 - Core workflow and configuration
Drill write -> plan -> apply -> destroy against a free-tier cloud. Practise reading and modifying configuration: variables, outputs, built-in functions and resource dependencies.
Week 3 - State and modules
Study state carefully: local vs remote, state locking and backends. Then modules: sources, inputs and outputs, the public registry and versioning. Use a module from the registry in a real configuration.
Week 4 - Cloud features and practice
Review HCP Terraform / Terraform Cloud capabilities and working outside the core workflow (import, workspaces). Sit full-length, timed practice tests, and review the reasoning behind every miss - especially on state.
Tips
- Run real
planandapplycycles; do not study state only on paper. - Confirm you are on version 003 before booking.
- Avoid “exam dump” sites - they breach HashiCorp’s policy and copyright.