
main.tf.-parallelism=10: it walks the dependency graph ten nodes at a time. The change doubled it. That's the whole fix.


-parallelism=20, 613 resources is still roughly 31 sequential waves through a two-deep graph. But the binding constraint moves once you go further, and it moves in two directions at once:run_started_at and updated_at on every run; duration is the difference. The steps:Posted Aug 6, 2026
Optimized CI deployments by doubling Terraform parallelism, reducing maximum deploy times.
0
0