✨ New Features
IaC Engine Dependency Support
IaC Engines are now used during dependency evaluation when enabled. This results in more coverage by IaC engines when enabled, reducing the reliance on the presence of OpenTofu/Terraform on host machines when using IaC Engines.
Thanks to @partcyborg for submitting this change.
🚗 Performance Improvements
Generation of terragrunt.stack.hcl
files are now done in parallel. This can result in significant speedups for users with multiple units or nested stacks in terragrunt.stack.hcl
files.
What's Changed
- feat: add engine support to dependencies by @partcyborg in #3974
- feat: engine config in dependencies improvements by @yhakbar in #4002
- feat: added support for parallel stacks generation by @denis256 in #3999
Full Changelog: v0.75.5...v0.75.6