add the rest of caladan domains
parent
d9985494c9
commit
a365c7831a
16
namecheap.tf
16
namecheap.tf
|
@ -16,7 +16,21 @@ variable "caladan-ips" {
|
||||||
// and ipv6 respectively
|
// and ipv6 respectively
|
||||||
variable "caladan-hostnames" {
|
variable "caladan-hostnames" {
|
||||||
type = set(string)
|
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`.
|
// These are subdomains for services hosted on the host named `narwhal`.
|
||||||
|
|
Loading…
Reference in New Issue