Thoughts on Terraform state management, infrastructure parallelism, and building better developer tools.
Demo day two showcased inventory management going GA in January and demonstrated the technical foundation for parallel operations: coning and reification across HCL and state files.
Read moreLarge Terraform files make it hard to isolate changes. We built a tool that computes the dependency cone of any resource and extracts a minimal subset file containing only what you need.
Read moreWe showed Stategraph to a room full of infrastructure engineers. The Q&A surfaced what actually matters: scale, self-hosting, and when you can stop splitting root modules.
Read moreWhen you're managing other people's infrastructure, state corruption has to be impossible, not unlikely. OCaml's type system catches entire categories of bugs at compile time that tests miss.
Read moreStategraph ingests Terraform state files through four transformations. We built a round-trip validation test to prove that every transformation is lossless and no data gets lost along the way.
Read more