From 1ee173a844d133b1ec2e0a01b2a1bdd0638e68bb Mon Sep 17 00:00:00 2001 From: Ricard Illa Date: Tue, 23 Aug 2022 17:19:09 +0200 Subject: [PATCH] namecheap: added comment --- namecheap.tf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/namecheap.tf b/namecheap.tf index 8141130..f6703e5 100644 --- a/namecheap.tf +++ b/namecheap.tf @@ -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" { type = set(string) default = ["@"]