From f73035d281257a0c9a168c303b56fd789058613e Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Fri, 30 Apr 2021 21:04:32 +0300
Subject: [PATCH] Forgot to add functions to the list.

---
 functions.tf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/functions.tf b/functions.tf
index 08c9968..9565620 100644
--- a/functions.tf
+++ b/functions.tf
@@ -3,6 +3,9 @@ locals {
   functions = [
     "_dns",
     "gitlab",
+    "registry",
+    "nextcloud",
+    "notify",
   ]
   function_names = [for name in local.functions : "${local.function_name_prefix}-${replace(name, "_", "")}"]
 }
-- 
GitLab