Update tofu workflow to log plan output to stderr
This commit is contained in:
parent
d71f683032
commit
eeee851fe2
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ jobs:
|
|||
env:
|
||||
AWS_ACCESS_KEY_ID: ${{ steps.bitwarden-secrets.outputs.aws_access_key_id }}
|
||||
AWS_SECRET_ACCESS_KEY: ${{ steps.bitwarden-secrets.outputs.aws_secret_access_key }}
|
||||
run: tofu plan -no-color -parallelism=1 -out=tfplan
|
||||
run: tofu plan -no-color -parallelism=1 -out=tfplan | tee /dev/stderr
|
||||
|
||||
- name: Apply the Plan
|
||||
if: success()
|
||||
|
|
Reference in a new issue