From 2700ac5efce339eeea1ecdbe1dc5b8d6538e0f35 Mon Sep 17 00:00:00 2001 From: Pierre Bourdon Date: Mon, 8 Jul 2024 00:01:14 +0200 Subject: [PATCH] tf/dns: fix hydra CNAME --- terraform/gandi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/gandi.nix b/terraform/gandi.nix index efe302b..cf7c6a7 100644 --- a/terraform/gandi.nix +++ b/terraform/gandi.nix @@ -59,7 +59,7 @@ in (record "meta01.infra" 3600 "AAAA" ["2001:bc8:38ee:100:1000::20"]) (record "grafana" 3600 "CNAME" ["netbox"]) - (record "hydra" 3600 "CNAME" ["bagel-box"]) + (record "hydra" 3600 "CNAME" ["bagel-box.infra"]) (record "loki" 3600 "CNAME" ["meta01.infra"]) (record "mimir" 3600 "CNAME" ["grafana"]) ];