From 71fef26ef222f90dc0b1dc73bd5fe37be9b5d757 Mon Sep 17 00:00:00 2001 From: David Arnold <10138997+djaboxx@users.noreply.github.com> Date: Tue, 7 May 2024 09:09:30 -0700 Subject: [PATCH] Update variables.tf --- variables.tf | 4 ++++ 1 file changed, 4 insertions(+) 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 +}