Skip to content

fix(deps): Bump hashicorp/google from 5.44.1 to 6.7.0 (#73) #201

fix(deps): Bump hashicorp/google from 5.44.1 to 6.7.0 (#73)

fix(deps): Bump hashicorp/google from 5.44.1 to 6.7.0 (#73) #201

Workflow file for this run

name: CI and releases
on:
pull_request:
push:
branches: [main]
jobs:
ci-module:
uses: relaycorp/shared-workflows/.github/workflows/tfmodule-ci.yml@main
with:
terraform_version: 1.5.3
ci-example:
uses: relaycorp/shared-workflows/.github/workflows/tfmodule-ci.yml@main
with:
path: examples/pong
terraform_version: 1.5.3
release:
needs:
- ci-module
- ci-example
uses: relaycorp/shared-workflows/.github/workflows/tfmodule-release.yml@main