Skip to content

add lib Folder (#1)

add lib Folder (#1) #2

Workflow file for this run

---
name: 02 Azure Landing Zone Continuous Delivery
on:
push:
branches:
- main
workflow_dispatch:
inputs:
terraform_action:
description: 'Terraform Action to perform'
required: true
default: 'apply'
type: choice
options:
- 'apply'
- 'destroy'
jobs:
plan_and_apply:
uses: adessoSE/alz-demo1/.github/workflows/cd_template.yaml@main
name: 'CD'
permissions:
id-token: write
contents: read
with:
terraform_action: ${{ github.event.inputs.terraform_action }}