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

Some formatting.

parent b8f6bf8d
Branches
No related tags found
No related merge requests found
......@@ -2,20 +2,20 @@ locals {
function_name_prefix = local.name
functions = [
"_dns",
"gitlab",
"registry",
"nextcloud",
"notify",
"autoconfig",
"gitlab",
"imap",
"kodi",
"mta_sts",
"www",
"myip",
"kodi",
"nextcloud",
"notify",
"registry",
"smtp",
"ssh",
"transmission",
"vouch",
"ssh",
"smtp",
"imap",
"www",
]
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