dns: create grafana and prometheus cnames
Martin Weinelt committed
Feb 24, 2024 at 23:50 UTC
16a1824e94af190d57ff6d4182718556bfa539bb
1 file changed
+10
terraform/dns.tf
+10
@@ -71,6 +71,16 @@ locals {
71
type = "AAAA"
72
value = "2a01:4f9:3070:15e0::1"
73
},
74
+ {
75
+ hostname = "prometheus.nixos.org"
76
+ type = "CNAME"
77
+ value = "pluto.nixos.org"
78
+ },
79
+ {
80
+ hostname = "grafana.nixos.org"
81
+ type = "CNAME"
82
+ value = "pluto.nixos.org"
83
+ },
84
{
85
hostname = "rhea.nixos.org"
86
type = "A"