File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,6 @@ resource "github_repository" "repository" {
135135 lifecycle {
136136 ignore_changes = [
137137 auto_init ,
138- branches ,
139138 license_template ,
140139 gitignore_template ,
141140 template ,
@@ -180,7 +179,7 @@ resource "github_branch_default" "default" {
180179# https://registry.terraform.io/providers/integrations/github/latest/docs/resources/branch_protection
181180# ---------------------------------------------------------------------------------------------------------------------
182181
183- resource "github_branch_protection" "this " {
182+ resource "github_branch_protection" "branch_protection " {
184183 for_each = length (coalesce (var. branch_protections_v4 , {})) > 0 ? var. branch_protections_v4 : {}
185184
186185 # ensure we have all members and collaborators added before applying
You can’t perform that action at this time.
0 commit comments