From 2c3c8bf2edd931994923ea7632bcaf790b0a7857 Mon Sep 17 00:00:00 2001 From: Brett Curtis Date: Sat, 3 Aug 2024 11:30:52 -0400 Subject: [PATCH] Align workflow names (#236) --- .github/workflows/production.yml | 8 ++++---- README.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index beb8d9f..9259120 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -15,19 +15,19 @@ permissions: id-token: write jobs: - global: - name: "Global" + main: + name: "Main" uses: osinfra-io/github-terraform-gcp-called-workflows/.github/workflows/plan-and-apply.yml@v0.2.4 if: github.actor != 'dependabot[bot]' with: checkout_ref: ${{ github.ref }} environment: production - github_environment: "Production: Global" + github_environment: "Production: Main" service_account: plt-lz-hierarchy-github@ptl-lz-terraform-tf62-prod.iam.gserviceaccount.com terraform_plan_args: -var-file=tfvars/production.tfvars terraform_state_bucket: plt-lz-hierarchy-e194-prod terraform_version: ${{ vars.TERRAFORM_VERSION }} - terraform_workspace: global-production + terraform_workspace: main-production workload_identity_provider: projects/134040294660/locations/global/workloadIdentityPools/github-actions/providers/github-actions-oidc secrets: gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }} diff --git a/README.md b/README.md index d74604b..aa5501c 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Links to documentation and other resources required to develop and iterate in th | Name | Version | |------|---------| -| google | 5.38.0 | +| google | 5.39.1 | #### Resources