Skip to content

Commit

Permalink
fix output of tf_plan to have stderr at the bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Gohlke committed Nov 27, 2024
1 parent ddce28a commit 8b4cc9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/terraform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ function tf_plan {

# shellcheck disable=SC2086
# shellcheck disable=SC2048
terraform plan -detailed-exitcode -out "$output.plan" $* | tee "$output";
terraform plan -detailed-exitcode -out "$output.plan" $* ;
exitCode=$?
# -detailed-exitcode Return detailed exit codes when the command exits.
# This will change the meaning of exit codes to:
Expand Down

0 comments on commit 8b4cc9d

Please sign in to comment.