Skip to content

fix(deps): Bump hashicorp/google from 6.11.2 to 6.12.0 #168

fix(deps): Bump hashicorp/google from 6.11.2 to 6.12.0

fix(deps): Bump hashicorp/google from 6.11.2 to 6.12.0 #168

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