Thoughts on Terraform state management, infrastructure parallelism, and building better developer tools.
Terraform already walks a DAG during apply. But in-run parallelism isn't the bottleneck. The graph is ephemeral, not infrastructure.
Read moreTerragrunt exists because Terraform can't handle cross-state dependencies. Multi-state transactions execute them atomically. No run-all needed.
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 more