| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| terragrunt_windows_amd64.exe | 2025-10-28 | 77.0 MB | |
| terragrunt_windows_386.exe | 2025-10-28 | 71.1 MB | |
| terragrunt_linux_arm64 | 2025-10-28 | 70.1 MB | |
| terragrunt_linux_amd64 | 2025-10-28 | 75.1 MB | |
| terragrunt_linux_386 | 2025-10-28 | 69.1 MB | |
| terragrunt_darwin_arm64 | 2025-10-28 | 73.1 MB | |
| SHA256SUMS | 2025-10-28 | 633 Bytes | |
| terragrunt_darwin_amd64 | 2025-10-28 | 78.2 MB | |
| README.md | 2025-10-28 | 1.4 kB | |
| v0.92.1 source code.tar.gz | 2025-10-28 | 8.3 MB | |
| v0.92.1 source code.zip | 2025-10-28 | 10.0 MB | |
| Totals: 11 Items | 532.1 MB | 0 | |
✨ New Features
hcl fmt supports --parallelism for controlling concurrency
The hcl fmt command now supports the --parallelism flag for controlling the number of concurrent files getting formatted. By default, the number of concurrent file formats will be determined by the number of CPU cores detected on the system running Terragrunt.
See hcl fmt documentation for more information.
What's Changed
- feat: Adding support for
--parallelismtohcl fmtby @yhakbar in https://github.com/gruntwork-io/terragrunt/pull/5020 - docs: Documenting support for
--parallelismflag inhcl fmtby @yhakbar in https://github.com/gruntwork-io/terragrunt/pull/5031 - build(deps): bump the js-dependencies group across 1 directory with 5 updates by @dependabot[bot] in https://github.com/gruntwork-io/terragrunt/pull/5025
- build(deps): bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in https://github.com/gruntwork-io/terragrunt/pull/5024
- build(deps): bump actions/download-artifact from 4 to 6 by @dependabot[bot] in https://github.com/gruntwork-io/terragrunt/pull/5023
- chore: Refactoring Component by @yhakbar in https://github.com/gruntwork-io/terragrunt/pull/5017
Full Changelog: https://github.com/gruntwork-io/terragrunt/compare/v0.92.0...v0.92.1