The infrastructure stack is getting faster. Terraform is not.
dev.to·1d·
Discuss: DEV
Flag this post

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 minutes. Applies queue b…

Similar Posts

Loading similar posts...