Skip to content

Updating Terragrunt workflow to make it reusable #124

Updating Terragrunt workflow to make it reusable

Updating Terragrunt workflow to make it reusable #124

name: Create AKS Cluster
on:
push:
branches: [ 'main' ]
paths:
- "**/azure/**"
- ".github/workflows/azure-terraform.yml"
pull_request:
branches: [ 'main' ]
paths:
- "**/azure/**"
- ".github/workflows/azure-terraform.yml"
permissions:
contents: read
id-token: write
pull-requests: write
jobs:
create:
name: Create AKS Cluster
uses: ./.github/workflows/create-cluster.yml
with:
cloud_provider: azure
config_path: infra/live/azure/linux-public/