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 moreTerraform remote state helps share output values across configurations, but broad state access can expose more data than each module needs.
Read moreLearn how the Terraform moved block lets you rename resources and reorganize modules safely, without destroying infrastructure or editing state by hand.
Read moreTerraform state was designed as a file. The next decade of infrastructure tooling treats it as a database, and the substrate is changing.
Read more