minor comment adjustments
parent
2d269ab267
commit
d9985494c9
|
@ -11,8 +11,8 @@ variable "caladan-ips" {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// these are subdomains for services hosted on the host named `caladan`
|
// 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
|
// Both A and AAAA records should be made for them pointing to caladan's ipv4
|
||||||
// and ipv6 respectively
|
// and ipv6 respectively
|
||||||
variable "caladan-hostnames" {
|
variable "caladan-hostnames" {
|
||||||
type = set(string)
|
type = set(string)
|
||||||
|
|
Loading…
Reference in New Issue