diff --git a/github_branch.tf b/github_branch.tf index 60751ec..c188c8b 100644 --- a/github_branch.tf +++ b/github_branch.tf @@ -64,15 +64,6 @@ resource "github_branch_protection" "main" { } } - dynamic "push_restrictions" { - for_each = length(var.github_push_restrictions) > 0 ? ["true"] : [] - content { - users = var.github_push_restrictions - teams = [] - apps = [] - } - } - lifecycle { ignore_changes = [ required_status_checks[0].contexts