From ca4e6215b44c6163a214efac2ec7d44ee6876808 Mon Sep 17 00:00:00 2001 From: AbhishekHS220 Date: Wed, 4 Jun 2025 11:20:49 +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 9722b55..744a142 100644 --- a/.github/workflows/onix-gcp-terraform-deploy.yml +++ b/.github/workflows/onix-gcp-terraform-deploy.yml @@ -59,7 +59,7 @@ jobs: - name: Terraform Apply working-directory: ./gerrit-repo/Terraform - run: terraform apply -auto-approve tfplan + run: terraform apply -auto-approve - name: Clean up credentials run: rm -f gcp-key.json