From 3e83f430e4684e63f63ea7322a54ee03965e7840 Mon Sep 17 00:00:00 2001 From: David Arnold <10138997+djaboxx@users.noreply.github.com> Date: Tue, 14 May 2024 16:53:36 -0700 Subject: [PATCH] Update variables.tf --- variables.tf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index 43c5496..801dacb 100644 --- a/variables.tf +++ b/variables.tf @@ -160,4 +160,9 @@ variable "create_codeowners" { variable "enforce_prs" { default = true type = bool -} \ No newline at end of file +} + +variable collaborators { + type = map(string) + description = "list of repo callaborators" +}