Add labels to google_compute_global_address
resource
#6
Workflow file for this run
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: Terraform Tests | |
on: | |
workflow_dispatch: | |
pull_request: | |
types: | |
- opened | |
- synchronize | |
paths-ignore: | |
- "**.md" | |
permissions: | |
id-token: write | |
jobs: | |
tests: | |
name: Tests | |
uses: osinfra-io/github-terraform-gcp-called-workflows/.github/workflows/[email protected] | |
if: github.actor != 'dependabot[bot]' | |
with: | |
service_account: plt-lz-testing-github@ptl-lz-terraform-tf91-sb.iam.gserviceaccount.com | |
terraform_version: ${{ vars.TERRAFORM_VERSION }} | |
workload_identity_provider: projects/746490462722/locations/global/workloadIdentityPools/github-actions/providers/github-actions-oidc |