From d06e0b0b995b54cfb3cc32f5a0489b06b6f6b354 Mon Sep 17 00:00:00 2001 From: AbhishekHS220 Date: Wed, 4 Jun 2025 11:22:52 +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 744a142..b30efa8 100644 --- a/.github/workflows/onix-gcp-terraform-deploy.yml +++ b/.github/workflows/onix-gcp-terraform-deploy.yml @@ -58,7 +58,7 @@ jobs: run: terraform plan - name: Terraform Apply - working-directory: ./gerrit-repo/Terraform + working-directory: ./gerrit-repo/Terraform-CICD run: terraform apply -auto-approve - name: Clean up credentials