diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ce8604a7..8124ca75b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,8 +15,6 @@ jobs: run: echo "${{ secrets.GCP_JSON }}" | base64 -d > output_file.txt - run: gcloud auth activate-service-account --key-file output_file.txt - name: Initiate Terraform - run: cd terraform - - run: ls -la - - run: terraform init + run: terraform -chdir=terraform init - name: Dry run Terraform - run: terraform plan \ No newline at end of file + run: terraform -chdir=terraform plan -var-file=terraform/variables.tfvars \ No newline at end of file