We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e9f162 commit d01c8afCopy full SHA for d01c8af
terraform/variables.tf
@@ -28,12 +28,12 @@ variable "repositories" {
28
allow_squash_merge = optional(bool, true)
29
allow_update_branch = optional(bool, true)
30
delete_branch_on_merge = optional(bool, true)
31
- enable_branch_protection = optional(bool, true)
32
has_discussions = optional(bool, true)
33
has_downloads = optional(bool, true)
34
has_wiki = optional(bool, false)
35
is_template = optional(bool, false)
36
push_allowances = optional(list(string), [])
+ enable_branch_protection = optional(bool, true)
37
required_status_checks_contexts = optional(list(string), [])
38
template = optional(string)
39
topics = optional(list(string))
0 commit comments