Thoughts on Terraform state management, infrastructure parallelism, and building better developer tools.
Forcing 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