Dev Tools · 3h ago
Large Terraform States Slow Plans and Risk Outages
Terraform state files with hundreds of resources cause plan times to balloon, with users reporting 20–25 minute plans for 2,900 resources. API rate limiting from cloud providers like AWS, Azure, and GCP further degrades performance. The shared blast radius of a single state file makes accidental damage more likely during applies.
Meridian48 take
The article correctly identifies a real pain point for infrastructure teams, but the proposed structural fix—state splitting—is easier said than done in practice.
terraforminfrastructure-as-code