From bfffb5e3ca2d548064a783a8800ee3a829d50d17 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 29 Sep 2024 08:31:41 +0200 Subject: prometheus+grafana --- terraform/dns/dn42.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'terraform/dns/dn42.tf') diff --git a/terraform/dns/dn42.tf b/terraform/dns/dn42.tf index b13d597..857b165 100644 --- a/terraform/dns/dn42.tf +++ b/terraform/dns/dn42.tf @@ -25,7 +25,7 @@ resource "linode_domain_record" "dn42-hash" { domain_id = linode_domain.root.id name = "hash.dn42" record_type = "AAAA" - target = "fdb1:4242:3538:2009::ffff" + target = "fdb1:4242:3538:2007::ffff" } resource "linode_domain_record" "dn42-knot" { -- cgit v1.2.3