Thoughts on Terraform state management, infrastructure parallelism, and building better developer tools.
Terraform remote state helps share output values across configurations, but broad state access can expose more data than each module needs.
Read moreLearn how the Terraform moved block lets you rename resources and reorganize modules safely, without destroying infrastructure or editing state by hand.
Read moreTerraform state was designed as a file. The next decade of infrastructure tooling treats it as a database, and the substrate is changing.
Read moreUse Claude Code as a Terraform agent that writes, validates, and iterates on HCL, and learn where the backend becomes the bottleneck once the loop works.
Read moreLearn what blast radius means in Terraform, why a large one is dangerous, and the practical steps and tools you can use to shrink it before changes go out.
Read more