diff options
Diffstat (limited to 'terraform/dns/dn42.tf')
-rw-r--r-- | terraform/dns/dn42.tf | 12 |
1 files changed, 6 insertions, 6 deletions
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" { |