From a365c7831ac31914aaf33781ef237e5559f4dca8 Mon Sep 17 00:00:00 2001 From: Ricard Illa Date: Tue, 23 Aug 2022 17:40:16 +0200 Subject: [PATCH] add the rest of caladan domains --- namecheap.tf | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/namecheap.tf b/namecheap.tf index 38d2239..14071cd 100644 --- a/namecheap.tf +++ b/namecheap.tf @@ -16,7 +16,21 @@ variable "caladan-ips" { // and ipv6 respectively variable "caladan-hostnames" { type = set(string) - default = ["@"] + default = [ + "@", + "filite", + "git", + "gts", + "kb", + "keyoxide", + "matrix", + "mx2", + "pleroma", + "xmpp", + "groups.xmpp", + "proxy.xmpp", + "upload.xmpp", + ] } // These are subdomains for services hosted on the host named `narwhal`.