Skip to content
Snippets Groups Projects
Commit f73035d2 authored by nimrod's avatar nimrod
Browse files

Forgot to add functions to the list.

parent f8c53b16
No related branches found
No related tags found
No related merge requests found
Pipeline #1309 passed
......@@ -3,6 +3,9 @@ locals {
functions = [
"_dns",
"gitlab",
"registry",
"nextcloud",
"notify",
]
function_names = [for name in local.functions : "${local.function_name_prefix}-${replace(name, "_", "")}"]
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment