Thoughts on Terraform state management, infrastructure parallelism, and building better developer tools.
Build systems solved fast-and-correct twenty years ago. A walk through how Bazel's playbook - DAGs, hashing, sandboxes, caches - maps onto Terraform.
Read moreStategraph 2.0 ships broader module coverage, a more robust HCL parser, and a faster core. Here is the engineering work behind the release.
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 moreDemo day showcased Stategraph refactor mode: change your Terraform code, and Stategraph generates the state moves to match. No more anxiety.
Read moreStategraph 1.0.0 shipped with full tfvars support, HCL parser improvements, and a testing overhaul. Here is the engineering work behind the milestone.
Read moreStategraph Velocity is fast plan and apply for Terraform or OpenTofu, built by replacing the flat state file with a database-backed dependency graph.
Read moreLearn how to automate Terraform deployments with CI/CD pipelines, the right tooling, and smarter state management for faster, more reliable infrastructure.
Read moreState Backend Insights and Inventory launched with unlimited pricing. Gap Analysis generates Terraform code. Fast plan and apply ships in February.
Read moreDemo day two showcased inventory management going GA in January with the technical foundation for parallel operations: coning and reification.
Read moreBuilt a tool that computes the dependency cone of any Terraform resource and extracts a minimal subset file containing only what you need.
Read moreWe showed Stategraph to infrastructure engineers. The Q&A surfaced what actually matters: scale, self-hosting, and when to stop splitting modules.
Read moreWhen managing infrastructure, state corruption must be impossible. OCaml's type system catches entire categories of bugs at compile time.
Read moreStategraph ingests Terraform state through four transformations. We built a round-trip validation test to prove every transformation is lossless.
Read more