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" {
135
135
lifecycle {
136
136
ignore_changes = [
137
137
auto_init ,
138
- branches ,
139
138
license_template ,
140
139
gitignore_template ,
141
140
template ,
@@ -180,7 +179,7 @@ resource "github_branch_default" "default" {
180
179
# https://registry.terraform.io/providers/integrations/github/latest/docs/resources/branch_protection
181
180
# ---------------------------------------------------------------------------------------------------------------------
182
181
183
- resource "github_branch_protection" "this " {
182
+ resource "github_branch_protection" "branch_protection " {
184
183
for_each = length (coalesce (var. branch_protections_v4 , {})) > 0 ? var. branch_protections_v4 : {}
185
184
186
185
# ensure we have all members and collaborators added before applying
You can’t perform that action at this time.
0 commit comments