diff --git a/terraform/gandi.nix b/terraform/gandi.nix index a837fa0..efe302b 100644 --- a/terraform/gandi.nix +++ b/terraform/gandi.nix @@ -53,11 +53,13 @@ in (record "netbox" 3600 "A" ["163.172.69.160"]) (record "netbox" 3600 "AAAA" ["2001:bc8:38ee:100:1000::20"]) + (record "bagel-box.infra" 3600 "AAAA" ["2001:bc8:38ee:100:100::1"]) (record "gerrit01.infra" 3600 "AAAA" ["2001:bc8:38ee:100:1000::10"]) (record "fodwatch.infra" 3600 "AAAA" ["2001:bc8:38ee:100:1000::30"]) (record "meta01.infra" 3600 "AAAA" ["2001:bc8:38ee:100:1000::20"]) (record "grafana" 3600 "CNAME" ["netbox"]) + (record "hydra" 3600 "CNAME" ["bagel-box"]) (record "loki" 3600 "CNAME" ["meta01.infra"]) (record "mimir" 3600 "CNAME" ["grafana"]) ];