From d9985494c9db76c9fa00e3bfbc7d7fd148093702 Mon Sep 17 00:00:00 2001 From: Ricard Illa Date: Tue, 23 Aug 2022 17:24:51 +0200 Subject: [PATCH] minor comment adjustments --- namecheap.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/namecheap.tf b/namecheap.tf index 3e8dd7a..38d2239 100644 --- a/namecheap.tf +++ b/namecheap.tf @@ -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)