Commit f73035d2 authored by nimrod's avatar nimrod
Browse files

Forgot to add functions to the list.

parent f8c53b16
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -3,6 +3,9 @@ locals {
  functions = [
    "_dns",
    "gitlab",
    "registry",
    "nextcloud",
    "notify",
  ]
  function_names = [for name in local.functions : "${local.function_name_prefix}-${replace(name, "_", "")}"]
}