Skip to content

Commit

Permalink
Update github_branch.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
David Arnold authored and GitHub committed May 3, 2024
1 parent fb14af3 commit 719aa2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github_branch.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 719aa2c

Please sign in to comment.