From 35487b53c711a9a4c51e2a889da390f29ef6666d Mon Sep 17 00:00:00 2001 From: teutat3s Date: Sun, 3 Dec 2023 15:54:07 +0100 Subject: [PATCH] fix: DNS record for grafana.pub.solar --- terraform/dns.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terraform/dns.tf b/terraform/dns.tf index 503547e..12530ad 100644 --- a/terraform/dns.tf +++ b/terraform/dns.tf @@ -82,8 +82,8 @@ resource "namecheap_domain_records" "pub-solar" { } record { hostname = "grafana" - type = "CNAME" - address = "nachtigall.pub.solar." + type = "A" + address = "80.71.153.210" } record { hostname = "hpb"