From 822f8d1a691ce1d24327b8d0fb8ffade2843b80a Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Fri, 22 Nov 2024 15:46:25 +0100 Subject: ipam --- terraform/dns/dn42.tf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'terraform/dns/dn42.tf') diff --git a/terraform/dns/dn42.tf b/terraform/dns/dn42.tf index 5e39c97..9f70413 100644 --- a/terraform/dns/dn42.tf +++ b/terraform/dns/dn42.tf @@ -21,18 +21,18 @@ resource "linode_domain_record" "dn42-danneri" { target = "fdb1:4242:3538:2008:9422:d355:95b7:f170" } -resource "linode_domain_record" "dn42-hash" { +resource "linode_domain_record" "dn42-ha-kv24" { domain_id = linode_domain.root.id - name = "hash.dn42" + name = "ha-kv24.dn42" record_type = "AAAA" - target = "fdb1:4242:3538:2007::ffff" + target = "fdb1:4242:3538:2005:c534:9d54:8212:1ced" } -resource "linode_domain_record" "dn42-homeassistant" { +resource "linode_domain_record" "dn42-hash" { domain_id = linode_domain.root.id - name = "homeassistant.dn42" + name = "hash.dn42" record_type = "AAAA" - target = "2a01:799:111d:1801:e0d7:757e:4080:a508" + target = "fdb1:4242:3538:2007::ffff" } resource "linode_domain_record" "dn42-knot" { -- cgit v1.2.3