From 47097b9cf68bdc4c8df464ed452644491c9d2bc5 Mon Sep 17 00:00:00 2001 From: AbhishekHS220 Date: Wed, 4 Jun 2025 11:19:57 +0530 Subject: [PATCH] performing terraform appply --- .github/workflows/onix-gcp-terraform-deploy.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/onix-gcp-terraform-deploy.yml b/.github/workflows/onix-gcp-terraform-deploy.yml index d68615c..9722b55 100644 --- a/.github/workflows/onix-gcp-terraform-deploy.yml +++ b/.github/workflows/onix-gcp-terraform-deploy.yml @@ -57,7 +57,10 @@ jobs: working-directory: ./gerrit-repo/Terraform-CICD run: terraform plan - #- name: Terraform Apply - # working-directory: ./gerrit-repo/Terraform - # run: terraform apply -auto-approve tfplan + - name: Terraform Apply + working-directory: ./gerrit-repo/Terraform + run: terraform apply -auto-approve tfplan + + - name: Clean up credentials + run: rm -f gcp-key.json