diff --git a/variables.tf b/variables.tf index 89234e1..ab97845 100644 --- a/variables.tf +++ b/variables.tf @@ -152,3 +152,7 @@ variable "pull_request_bypassers" { type = list(any) } +variable create_codeowners { + default = true + type = bool +}