minor comment adjustments

main
Ricard Illa 2022-08-23 17:24:51 +02:00
parent 2d269ab267
commit d9985494c9
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ 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
// 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" {
type = set(string)