Thoughts on Terraform state management, infrastructure parallelism, and building better developer tools.
Learn how Terraform parallelism works, what the default setting does, and how to tune it with the -parallelism flag for faster, safer apply runs.
Read moreState fragmentation creates coordination problems Terraform can't see. The real issue isn't monolithic architecture—it's file-based storage.
Read moreTerraform state locking uses filesystem semantics for coordination. The result: global mutexes, deployment queues, and superlinear contention.
Read more