Thoughts on Terraform state management, infrastructure parallelism, and building better developer tools.
A technical deep dive into Terraform's dependency graph engine: how the DAG is constructed, how implicit and explicit dependencies work, and how Terraform walks the graph to execute plans with parallelism.
Read moreThe Terraform Terralith isn't an anti-pattern. It's the natural shape of infrastructure. Learn why monolithic Terraform state only feels wrong because of tooling limitations, not architectural flaws.
Read moreTerraform's state file is fundamentally a distributed systems problem masquerading as a file storage problem. A flat file with a global lock becomes a bottleneck at scale. We explore why treating state as a dependency graph in a database unlocks parallelism, queryability, and safer operations.
Read more