Skip to content

Commit

Permalink
removing branch protection rules so that terraform can manage the fil…
Browse files Browse the repository at this point in the history
…es in the repo
  • Loading branch information
Your Name committed Sep 15, 2025
1 parent 3249c2c commit 556234b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 : {
Expand Down

0 comments on commit 556234b

Please sign in to comment.