From ff2dadfc66fe033405b7f2c23167c51852cc522a Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Thu, 25 Jul 2024 21:15:29 +0300 Subject: [PATCH] Some formatting. --- functions.tf | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/functions.tf b/functions.tf index 5c4e22a..c536b54 100644 --- a/functions.tf +++ b/functions.tf @@ -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, "_", "")}"] } -- GitLab