terragrunt
terragrunt copied to clipboard
Fix uncharacteristic behaviour of the --detailed-exitcode flag
What does this PR do?
Description of task to be completed?
- Fix the issue where If there is a diff: the command
terragrunt plan-all --detailed-exitcode
returns an exit code 2, as intended, but its output says it encountered some errors.
is there a reason this was never pursued? Lots of issues point at this problem #1470 #1166 etc