Updated CLI args, config attributes and blocks
output-module-groups
Description
- Updated
output-module-groups
to work like run-all from any subfolder within a Terragrunt configuration. - Improved
output-module-groups
performance by eliminating the need forinit
. - Introduced Terragrunt CLI option support for
output-module-groups
. - Added support for
destroy
subcommand foroutput-module-groups
to generate a reversed dependency ordered stack list.
Migration Guide
Processes relying on init
for output-module-groups
must be updated to use an alternative method like terragrunt run-all init
for the initialization.
Special thanks
Special thanks to @bt-macole and @evsl for their contribution!