✨ 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 #5020 - docs: Documenting support for
--parallelismflag inhcl fmtby @yhakbar in #5031 - build(deps): bump the js-dependencies group across 1 directory with 5 updates by @dependabot[bot] in #5025
- build(deps): bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #5024
- build(deps): bump actions/download-artifact from 4 to 6 by @dependabot[bot] in #5023
- chore: Refactoring Component by @yhakbar in #5017
Full Changelog: v0.92.0...v0.92.1