Adding backstage catalog config file so that we can read github data … #276
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: "Terraform Apply" | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
terragrunt-apply: | |
if: github.ref == 'refs/heads/main' && github.event_name == 'push' | |
strategy: | |
fail-fast: false | |
matrix: | |
include: | |
- module: terraform | |
uses: cds-snc/workflows/.github/workflows/terragrunt-apply.yml@main | |
with: | |
module: ${{ matrix.module }} | |
role_arn: arn:aws:iam::283582579564:role/sre-bot-apply | |
terraform_version: 1.3.3 | |
terragrunt_version: 0.31.1 |