Skip to content

Commit b07c2ac

Browse files
[NDR-56] Add error handling for Terraform Plan output to capture stderr
1 parent 9379284 commit b07c2ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/terraform-dev-to-main-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ jobs:
8484
run: |
8585
PLAN_FULL=$(grep -v 'Refreshing state...' <<'EOF'
8686
${{ steps.plan.outputs.stdout }}
87+
${{ steps.plan.outputs.stderr }}
8788
EOF
8889
)
8990
echo "PLAN<<EOF" >> $GITHUB_ENV

0 commit comments

Comments
 (0)