Skip to content

Commit eeee851

Browse files
committedFeb 14, 2025
Update tofu workflow to log plan output to stderr
1 parent d71f683 commit eeee851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.forgejo/workflows/tofu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
env:
7070
AWS_ACCESS_KEY_ID: ${{ steps.bitwarden-secrets.outputs.aws_access_key_id }}
7171
AWS_SECRET_ACCESS_KEY: ${{ steps.bitwarden-secrets.outputs.aws_secret_access_key }}
72-
run: tofu plan -no-color -parallelism=1 -out=tfplan
72+
run: tofu plan -no-color -parallelism=1 -out=tfplan | tee /dev/stderr
7373

7474
- name: Apply the Plan
7575
if: success()

0 commit comments

Comments
 (0)
Please sign in to comment.