Skip to content

Sync Terraform & Helm #313

Sync Terraform & Helm

Sync Terraform & Helm #313

name: "Terraform Freeze checker"
on:
pull_request:
paths:
- "terraform/**"
jobs:
check-terraform-modifications:
runs-on: ubuntu-latest
steps:
- run: |
echo "Terraform modifications in this repository are not allowed."
echo "The Source of Truth for Terraform is the internal-ops repository."
exit 1