✨ New Features
Added --terragrunt-no-cache
flag for run_cmd
The run_cmd
command now supports a new flag, --terragrunt-no-cache
, which disables caching of command execution output.
This option is useful when you want to ensure that each command run produces fresh results, especially in dynamic environments or when working with frequently changing external data.
What's Changed
Full Changelog: v0.90.1...v0.90.2