Skip to content

CI: Infra

CI: Infra #21

Workflow file for this run

name: "CI: Infra"
on:
workflow_dispatch:
permissions:
id-token: write
contents: read
pull-requests: write
jobs:
hub:
name: Hub
secrets: inherit
uses: ./.github/workflows/_ci-infra-template.yml
with:
environment: prod
tf_state: hub.tfstate
working_dir: infra/deploy/hub
spokes-test:
name: Spokes Test
needs: hub
secrets: inherit
uses: ./.github/workflows/_ci-infra-template.yml
strategy:
matrix:
environment: [at21, at22, at23, at24, yt01]
with:
environment: ${{ matrix.environment }}
tf_state: spokes.tfstate
working_dir: infra/deploy/spoke