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