From 78c8af24ab671e77a81fc1a302e7e911eb60d42e Mon Sep 17 00:00:00 2001 From: John Collinson Date: Mon, 9 Sep 2024 12:11:12 +0100 Subject: [PATCH] Fix to TF local backend override flag. --- .github/workflows/ci-pipeline.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci-pipeline.yaml b/.github/workflows/ci-pipeline.yaml index 3b76466..8ed3a45 100644 --- a/.github/workflows/ci-pipeline.yaml +++ b/.github/workflows/ci-pipeline.yaml @@ -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