Skip to content

test secrets fallback #254

test secrets fallback

test secrets fallback #254

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