Skip to content

fix(deps): Bump hashicorp/google from 5.40.0 to 5.41.0 (#36) #104

fix(deps): Bump hashicorp/google from 5.40.0 to 5.41.0 (#36)

fix(deps): Bump hashicorp/google from 5.40.0 to 5.41.0 (#36) #104

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/basic
terraform_version: 1.5.3
release:
needs:
- ci-module
- ci-example
uses: relaycorp/shared-workflows/.github/workflows/tfmodule-release.yml@main