Core Concepts · TL;DR

1 min read
Mid-level1 min read
Rapid overview

TL;DR

Infrastructure as Code (Terraform here) treats cloud resources like source: declare the desired state in HCL, store it in remote backend with state locking, and terraform plan/apply to converge. Modules, typed variables with validation, and a tagged provider give you a reproducible, reviewable, blast-radius-controlled way to provision environments instead of clicking through a console.

See also