diff --git a/github_branch.tf b/github_branch.tf index 3525f00..871e3f8 100644 --- a/github_branch.tf +++ b/github_branch.tf @@ -36,7 +36,7 @@ locals { resource "github_branch_protection" "main" { enforce_admins = var.github_enforce_admins_branch_protection pattern = var.github_default_branch - push_restrictions = var.github_push_restrictions + # push_restrictions = var.github_push_restrictions repository_id = github_repository.repo.node_id required_pull_request_reviews { dismiss_stale_reviews = var.github_dismiss_stale_reviews