Dont init terraform backend on CI
This commit is contained in:
parent
fd4e5e8798
commit
5b0adceb2e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/terraform.yml
vendored
2
.github/workflows/terraform.yml
vendored
|
@ -12,6 +12,6 @@ jobs:
|
|||
with:
|
||||
version: "0.12.20"
|
||||
- name: Initialize Terraform
|
||||
run: ./scripts/terraform/terraform.sh init
|
||||
run: ./scripts/terraform/terraform.sh init -backend=false
|
||||
- name: Lint
|
||||
run: ./scripts/terraform/lint.sh
|
||||
|
|
Loading…
Reference in a new issue