Skip to content

Update dependency hashicorp/terraform to v1.10.0 #302

Update dependency hashicorp/terraform to v1.10.0

Update dependency hashicorp/terraform to v1.10.0 #302

Workflow file for this run

name: pull-request
on:
pull_request:
branches:
- main
workflow_dispatch: {}
jobs:
maven:
permissions:
contents: 'read'
id-token: 'write'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 22
- run: >
mvn verify
--no-transfer-progress
terraform:
permissions:
contents: 'read'
id-token: 'write'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: google-github-actions/[email protected]
with:
workload_identity_provider: projects/401363556022/locations/global/workloadIdentityPools/github/providers/github-oidc
service_account: automation-for-pull-requests@automation-220928.iam.gserviceaccount.com
- uses: hashicorp/setup-terraform@v3
- run: terraform -chdir=infrastructure init -upgrade
- run: terraform -chdir=infrastructure validate