Skip to content

Commit 3229d0f

Browse files
committedFeb 14, 2025
fixed tofu workflow (for now)
1 parent 8509324 commit 3229d0f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎.forgejo/workflows/tofu.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ jobs:
7171
env:
7272
AWS_ACCESS_KEY_ID: ${{ steps.bitwarden-secrets.outputs.aws_access_key_id }}
7373
AWS_SECRET_ACCESS_KEY: ${{ steps.bitwarden-secrets.outputs.aws_secret_access_key }}
74-
TF_LOG: DEBUG
7574
run: tofu plan -parallelism=1 -out=tfplan
7675

7776
- name: Apply the Plan
@@ -80,4 +79,4 @@ jobs:
8079
env:
8180
AWS_ACCESS_KEY_ID: ${{ steps.bitwarden-secrets.outputs.aws_access_key_id }}
8281
AWS_SECRET_ACCESS_KEY: ${{ steps.bitwarden-secrets.outputs.aws_secret_access_key }}
83-
run: tofu apply tfplan -auto-approve
82+
run: tofu apply tfplan

0 commit comments

Comments
 (0)
Please sign in to comment.