Thoughts on Terraform state management, infrastructure parallelism, and building better developer tools.
What ephemeral environments are, how they improve testing workflows, and how to implement them in Kubernetes to speed up deployments and reduce costs.
Read moreParallel execution cuts test suite time and removes Terraform lock waiting. Learn safe patterns and how Stategraph runs independent changes in parallel.
Read moreLearn what OpenTofu is, how it compares to Terraform, installation methods, key features like state encryption, and how to migrate your infrastructure code.
Read moreWondering "why is Terraform so slow?" Learn to diagnose bottlenecks in your cloud provider, remote backend, modules, or state file and apply fixes that protect development velocity.
Read moreTerraform already walks a DAG during apply. But in-run parallelism isn't the bottleneck. The graph is ephemeral, not infrastructure.
Read more