The infrastructure stack is getting faster. Terraform is not
stategraph.dev·1d·
Discuss: Hacker News
Flag this post

Josh Pollara • October 30th, 2025

TL;DR

$ cat velocity-gap.tldr

• Every layer of the stack is getting faster except infrastructure

• Terraform’s state system is the bottleneck, not the execution model

• This is a solvable engineering problem, not an inherent limitation

Application deployment got fast. CI pipelines got fast. Container orchestration got fast. Observability got fast. Infrastructure provisioning did not. That’s not an accident. It’s architecture.

Look at the modern software stack. Kubernetes deployments converge in seconds. GitHub Actions runs complete in minutes. Observability platforms ingest and query terabytes in real time. Every layer has been optimized for velocity because velocity is table stakes. Except infrastructure. Terraform plans take minu…

Similar Posts

Loading similar posts...