drone-terraform icon indicating copy to clipboard operation
drone-terraform copied to clipboard

feat: Enable using flag -detailed-exitcode in action terraform plan

Open mknapcok opened this issue 3 years ago • 0 comments

This adds functionality to use flag -detailed-exitcode in action terraform plan.

-detailed-exitcode  Return detailed exit codes when the command exits. This
                      will change the meaning of exit codes to:
                      0 - Succeeded, diff is empty (no changes)
                      1 - Errored
                      2 - Succeeded, there is a diff

mknapcok avatar Oct 25 '21 12:10 mknapcok