Rename gke-info-go to istio-test #240
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Production | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- main | |
paths-ignore: | |
- "**.md" | |
# For reusable workflows, the permissions setting for id-token should be set to write at the | |
# caller workflow level or in the specific job that calls the reusable workflow. | |
permissions: | |
id-token: write | |
jobs: | |
main: | |
name: "Main" | |
uses: osinfra-io/github-terraform-gcp-called-workflows/.github/workflows/[email protected] | |
if: github.actor != 'dependabot[bot]' | |
with: | |
checkout_ref: ${{ github.ref }} | |
environment: production | |
github_environment: "Production: Main" | |
# This service account needs to be added to the Groups Admin system role in the the Google Workspace Admin Console | |
service_account: plt-lz-hierarchy-github@plt-lz-terraform-tf56-prod.iam.gserviceaccount.com | |
terraform_plan_args: -var-file=tfvars/production.tfvars | |
terraform_state_bucket: plt-lz-hierarchy-53a5-prod | |
terraform_version: ${{ vars.TERRAFORM_VERSION }} | |
terraform_workspace: main-production | |
workload_identity_provider: projects/134040294660/locations/global/workloadIdentityPools/github-actions/providers/github-actions-oidc | |
secrets: | |
gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }} | |
infracost_api_key: ${{ secrets.INFRACOST_API_KEY }} |