Update onix-gcp-terraform-deploy.yml

This commit is contained in:
AbhishekHS220
2025-06-04 11:11:11 +05:30
committed by GitHub
parent c563552367
commit bd3a998eb9

View File

@@ -53,7 +53,7 @@ jobs:
cat <<EOF > provider.tf
provider "google" {
credentials = "${{ github.workspace }}/gcp-key.json"
project = trusty-relic-370809"
project = "trusty-relic-370809"
region = "asia-south1"
}
EOF