A beginner-friendly explanation of Terraform variables, outputs, and locals, including what each one is for and how they work together in real configurations.
Terraform
/terraform collects practical Terraform notes for building and managing infrastructure with code.
Start with the core Infrastructure as Code ideas, then move into Azure provider workflows, state management, planning, and automation.
A simple walkthrough of what Terraform does during the plan stage, including refresh behavior, diff calculation, and why plan is one of the most valuable safety checks in Infrastructure as Code.
A practical guide to Terraform state, why it matters, what corruption usually means, and what to do when state goes wrong.
A Terraform with Azure workflow walkthrough covering the root module, main.tf, provider setup, resource group deployment, plan, apply, state, and destroy.
An introduction to using Terraform with Azure, covering why Terraform matters, Infrastructure as Code, providers, state, and the basic tools needed to get started.
Learn what Terraform is, how it works, and why Infrastructure as Code helps you manage cloud resources in a repeatable way.