github gruntwork-io/terragrunt v0.81.1

latest releases: v0.86.3, alpha-2025090302, alpha-2025090301...
2 months ago

🧪 Experiments Added

The reports experiment has been added

As part of delivering #3628 , the reports experiment has been added.

When enabled, Terragrunt will emit summaries of runs at the end of run --all commands.

e.g.

$ terragrunt run --all plan

# Omitted for brevity...

❯❯ Run Summary
   Duration:   62ms
   Units:      3
   Succeeded:  3

The summary can also be disabled using the --summary-disable flag, even when the experiment is active.

You can learn more about this feature here.

More will be added in the near future to allow for report generation and customization. Stay tuned!

What's Changed

Full Changelog: v0.81.0...v0.81.1

Don't miss a new terragrunt release

NewReleases is sending notifications on new releases.