Back to Terragrunt

Stack Output Parallelism

docs/src/data/changelog/v1.0.5/stack-output-parallelism.mdx

1.0.5332 B
Original Source

stack output fetches unit outputs in parallel

terragrunt stack output now fetches outputs from multiple units at the same time, which is noticeably faster on larger stacks. Use the existing --parallelism flag (or TG_PARALLELISM) to lower concurrency if you need to.

bash
terragrunt stack output --parallelism 4