From b4e2e18464e1d3be59ca9e7dbfc1665276c42a6a Mon Sep 17 00:00:00 2001 From: AbhishekHS220 Date: Wed, 4 Jun 2025 11:06:16 +0530 Subject: [PATCH] Update onix-gcp-terraform-deploy.yml --- .github/workflows/onix-gcp-terraform-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/onix-gcp-terraform-deploy.yml b/.github/workflows/onix-gcp-terraform-deploy.yml index 3ffeec2..1fce25f 100644 --- a/.github/workflows/onix-gcp-terraform-deploy.yml +++ b/.github/workflows/onix-gcp-terraform-deploy.yml @@ -50,7 +50,7 @@ jobs: - name: Terraform Plan working-directory: ./gerrit-repo/Terraform-CICD - run: terraform plan -var="credentials_file=${{ github.workspace }}/gcp-key.json" + run: terraform plan #- name: Terraform Apply # working-directory: ./gerrit-repo/Terraform