From c9c2d06a98b49e3d97dc3c7712c24933be9cf2a9 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Mon, 28 Oct 2024 21:38:43 +0100 Subject: [PATCH] dns: add CNAME record for mas.pub.solar --- terraform/dns.tf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/terraform/dns.tf b/terraform/dns.tf index 5372c39..236cd0d 100644 --- a/terraform/dns.tf +++ b/terraform/dns.tf @@ -109,6 +109,11 @@ resource "namecheap_domain_records" "pub-solar" { type = "CNAME" address = "nachtigall.pub.solar." } + record { + hostname = "mas" + type = "CNAME" + address = "nachtigall.pub.solar." + } record { hostname = "ci" type = "A"