Skip to content

Commit d01c8af

Browse files
committed
cleanup
1 parent 6e9f162 commit d01c8af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ variable "repositories" {
2828
allow_squash_merge = optional(bool, true)
2929
allow_update_branch = optional(bool, true)
3030
delete_branch_on_merge = optional(bool, true)
31-
enable_branch_protection = optional(bool, true)
3231
has_discussions = optional(bool, true)
3332
has_downloads = optional(bool, true)
3433
has_wiki = optional(bool, false)
3534
is_template = optional(bool, false)
3635
push_allowances = optional(list(string), [])
36+
enable_branch_protection = optional(bool, true)
3737
required_status_checks_contexts = optional(list(string), [])
3838
template = optional(string)
3939
topics = optional(list(string))

0 commit comments

Comments
 (0)