From b6e9a6f5b5e21d23b69015f2246cf75d63898aff Mon Sep 17 00:00:00 2001 From: David Arnold <10138997+djaboxx@users.noreply.github.com> Date: Tue, 14 May 2024 17:07:00 -0700 Subject: [PATCH] Update variables.tf --- variables.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/variables.tf b/variables.tf index 801dacb..ff58e45 100644 --- a/variables.tf +++ b/variables.tf @@ -165,4 +165,5 @@ variable "enforce_prs" { variable collaborators { type = map(string) description = "list of repo callaborators" + default = {} }