From 556234ba668e81de43679f0d5a8986a2dc50ce70 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 15 Sep 2025 18:14:01 -0400 Subject: [PATCH] removing branch protection rules so that terraform can manage the files in the repo --- main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/main.tf b/main.tf index 5a281a3..60a4aba 100644 --- a/main.tf +++ b/main.tf @@ -64,6 +64,7 @@ module "github_repo" { content = content } ] + enforce_prs = false archive_on_destroy = false github_org_teams = [ for team, permission in var.repository_teams : {