Skip to content

Commit

Permalink
Fix to TF local backend override flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
johncollinson2001 committed Sep 9, 2024
1 parent 906ec6d commit 78c8af2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ jobs:
terraform_version: 1.5.0

- name: Terraform Init
run: terraform init \
-backend-config="path=terraform.tfstate" \
-input=false \
-no-color
run: terraform init -backend-config="path=terraform.tfstate"
working-directory: infrastructure

- name: Terraform Validate
Expand Down

0 comments on commit 78c8af2

Please sign in to comment.