We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8509324 commit 3229d0fCopy full SHA for 3229d0f
.forgejo/workflows/tofu.yml
@@ -71,7 +71,6 @@ jobs:
71
env:
72
AWS_ACCESS_KEY_ID: ${{ steps.bitwarden-secrets.outputs.aws_access_key_id }}
73
AWS_SECRET_ACCESS_KEY: ${{ steps.bitwarden-secrets.outputs.aws_secret_access_key }}
74
- TF_LOG: DEBUG
75
run: tofu plan -parallelism=1 -out=tfplan
76
77
- name: Apply the Plan
@@ -80,4 +79,4 @@ jobs:
80
79
81
82
83
- run: tofu apply tfplan -auto-approve
+ run: tofu apply tfplan
0 commit comments