From 77dfcc5b4df4071c510f1cf7b8ada6377997700d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20B=C3=A4dorf?= Date: Sun, 29 Oct 2023 18:29:34 +0100 Subject: [PATCH] fix: update collabora 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 cc9ea8e..c97b39e 100644 --- a/terraform/dns.tf +++ b/terraform/dns.tf @@ -62,8 +62,8 @@ resource "namecheap_domain_records" "pub-solar" { } record { hostname = "collabora" - type = "A" - address = "80.71.153.210" + type = "CNAME" + address = "nachtigall.pub.solar." ttl = 60 } record {