Add job configuration for Terraform CI/CD workflow

This commit is contained in:
2025-12-23 12:01:57 +01:00
parent 771a207f08
commit dfdb321058

View File

@@ -6,3 +6,13 @@ on:
- main - main
paths: paths:
- terraform/** - terraform/**
jobs:
terraform:
name: "Terraform Infrastructure Change Management"
runs-on: ssot-runner
defaults:
run:
shell: bash
# We keep Terraform files in the terraform directory.
working-directory: ./terraform