From 719aa2c20c1a476879c51a008800e385a20f8a5c Mon Sep 17 00:00:00 2001 From: David Arnold <10138997+djaboxx@users.noreply.github.com> Date: Fri, 3 May 2024 09:35:25 -0700 Subject: [PATCH] Update github_branch.tf --- github_branch.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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