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