Skip to content

Commit 333e6e5

Browse files
committed
fix: add -reconfigure to integration test terraform init
1 parent 54bb9f7 commit 333e6e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797

9898
- name: Terraform Init
9999
working-directory: infra/terraform
100-
run: terraform init -backend=false
100+
run: terraform init -backend=false -reconfigure
101101

102102
- name: Terraform Plan
103103
working-directory: infra/terraform
@@ -141,7 +141,7 @@ jobs:
141141
# --- Deploy ---
142142
- name: Terraform Init
143143
working-directory: infra/terraform
144-
run: terraform init -backend=false
144+
run: terraform init -backend=false -reconfigure
145145

146146
- name: Terraform Apply
147147
id: tf-apply

0 commit comments

Comments
 (0)