Skip to content

fix: Rename variable superadmin_sub to superadmin_email #51

fix: Rename variable superadmin_sub to superadmin_email

fix: Rename variable superadmin_sub to superadmin_email #51

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