Thoughts on Terraform state management, infrastructure parallelism, and building better developer tools.
Learn what Terraform concurrency means, how concurrency limits work, and how to safely manage concurrent Terraform runs in your infrastructure.
Read moreForcing a Terraform state unlock bypasses safety mechanisms that prevent concurrent modifications. Understand what's happening and what to do instead.
Read moreTerraform's state lock error is a design choice that trades velocity for correctness, revealing fundamental coordination limitations.
Read moreTerraform state locking uses filesystem semantics for coordination. The result: global mutexes, deployment queues, and superlinear contention.
Read more