namecheap: added comment
parent
989b353125
commit
1ee173a844
|
@ -11,6 +11,9 @@ variable "caladan-ips" {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// these are subdomains for services hosted on the host named `caladan`
|
||||||
|
// both A and AAAA records should be made for them pointing to caladan's ipv4
|
||||||
|
// and ipv6 respectively
|
||||||
variable "caladan-hostnames" {
|
variable "caladan-hostnames" {
|
||||||
type = set(string)
|
type = set(string)
|
||||||
default = ["@"]
|
default = ["@"]
|
||||||
|
|
Loading…
Reference in New Issue