🧪 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
- feat: github action for signing executables by @denis256 in #4369
- feat: Adding
report
package by @yhakbar in #4386 - feat: Added
configstack
abstraction by @denis256 in #4385 - feat: Integrating report into runs by @yhakbar in #4387
Full Changelog: v0.81.0...v0.81.1