Thoughts on Terraform state management, infrastructure parallelism, and building better developer tools.
Install the Terraform CLI, learn the core commands (init, plan, apply, and state), and see where a single global lock stops scaling for teams.
Read moreHow to build a Terraform CI/CD pipeline. Here's what production pipelines actually need: locking, promotion, policy, and graph-aware execution.
Read moreLearn how Terraform state list works, how to filter results by module or resource type, and how to use it to audit and inventory your Terraform state.
Read moreLearn what a Terraform workspace is, the core commands, how to structure environments, and where workspace-based isolation breaks down at scale.
Read moreLearn what Terraform files are, how to structure and format them, and why clean file organization is necessary but not enough at scale.
Read more