THE DEV BENCH
🧱

Terraform lab

A real Terraform workspace on a real box. Learn mode builds up providers, state, variables, count vs for_each and modules with genuine init/plan/apply runs; Break-fix mode hands you held state locks, drifted resources and provider conflicts to resolve.

Why this matters: Almost everyone learns Terraform by reading HCL, then freezes the first time a plan wants to destroy something or a state lock won't release. Those moments are what interviews probe and what production actually costs you. These run against local and Docker resources — real state, real drift, no cloud bill.

Terraform — getting started

New to Terraform? Each walkthrough gives you a real workspace and teaches one core idea — providers, state, variables, count vs for_each, modules — and you run a genuine init/plan/apply against local and Docker resources. Real state files, real drift, no cloud account and no bill.

Loading scenarios…