Declare TFE var gcp_billing_account_id
#587
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Continuous Integration" | |
on: | |
pull_request: | |
push: | |
branches: [main] | |
jobs: | |
ci-main: | |
uses: relaycorp/shared-workflows/.github/workflows/tfmodule-ci.yml@main | |
with: | |
path: tf-workspace | |
terraform_version: 1.1.2 | |
ci-belgium: | |
uses: relaycorp/shared-workflows/.github/workflows/tfmodule-ci.yml@main | |
with: | |
path: environments/belgium | |
terraform_version: 1.6.6 |