Skip to content

Commit

Permalink
Update actions/terraform/plan/action.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Vemund Gaukstad <[email protected]>
  • Loading branch information
andreasisnes and tjololo authored Jan 17, 2025
1 parent 1ddc302 commit 0d97172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/terraform/plan/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ runs:
if: always()
working-directory: ${{ inputs.working_directory }}
run: |
terraform plan -detailed-exitcode -no-color -input=false -out tfplan.out ${{ inputs.tf_args }} 2>&1 > tfplan.log ; cat tfplan.log
terraform plan -detailed-exitcode -no-color -input=false -out tfplan.out ${{ inputs.tf_args }} 2>&1 > tfplan.log && cat tfplan.log || export EC=$?; cat tfplan.log; exit $EC
env:
ARM_CLIENT_ID: ${{ inputs.arm_client_id }}
ARM_SUBSCRIPTION_ID: ${{ inputs.arm_subscription_id }}
Expand Down

0 comments on commit 0d97172

Please sign in to comment.