From 4f73709cae8cf9a2115da0abd05c56d7048e889b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20B=C3=A4dorf?= Date: Sun, 29 Oct 2023 17:21:57 +0100 Subject: [PATCH] feat: move cloud dns to nachtigall --- terraform/dns.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terraform/dns.tf b/terraform/dns.tf index 5fc786e..cc9ea8e 100644 --- a/terraform/dns.tf +++ b/terraform/dns.tf @@ -80,8 +80,8 @@ resource "namecheap_domain_records" "pub-solar" { } record { hostname = "cloud" - type = "A" - address = "80.71.153.133" + type = "CNAME" + address = "nachtigall.pub.solar." ttl = 60 } record {