Closed grimm26 closed 1 month ago
This is expected behavior. The idea here is that regardless of the number of errors that are encountered during a run-all
, you will not have to search through a potentially long error log to uncover the root cause of your Terragrunt run. In the future, Terragrunt will also do more to suggest fixes based on what it detects as the underlying error in the stderr from OpenTofu/Terraform, if there's a trivial fix to recommend.
If you would like a feature to opt-out of this functionality via a flag like --terragrunt-no-error-summary
or something, please feel free to document that request in a new issue.
The name I'm suggesting here is derived from the rules found under "Technical Details" --> "Document Design Philosophy" here: #3445. If you have any more feedback there as well, I'd greatly appreciate it, given your great feedback on making Terragrunt usage a great experience.
Describe the bug
When there is a terraform error, the output is shown multiple times.
Steps To Reproduce
terragrunt plan that (with a bare minimum terragrunt.hcl in place).
Expected behavior
show error once.
example(s)
Versions