Skip to content

Commit 43ada36

Browse files
committed
refactor: don't pass options with default values to terraform
[skip ci]
1 parent 7b38956 commit 43ada36

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/provision-by-terraform.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,8 @@ jobs:
103103
run: >-
104104
terraform plan \
105105
-detailed-exitcode \
106-
-var-file terraform.tfvars \
107-
-state terraform.tfstate \
108106
-out terraform.tfplan
109107
110-
111108
- name: Cleanup
112109
if: always()
113110
working-directory: infra/terraform

0 commit comments

Comments
 (0)