Skip to content

removing aks from the equation - prepping for initial release of content #30

removing aks from the equation - prepping for initial release of content

removing aks from the equation - prepping for initial release of content #30

Workflow file for this run

on:
push:
branches:
- main
workflow_dispatch:
jobs:
terraform-lint:
uses: ./.github/workflows/terraform-lint.yml
permissions:
contents: read
secrets: inherit
terraform-apply:
uses: ./.github/workflows/terraform-apply.yml
needs: terraform-lint
permissions:
contents: read
secrets: inherit