diff options
Diffstat (limited to 'terraform/dns/dn42.tf')
| -rw-r--r-- | terraform/dns/dn42.tf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/terraform/dns/dn42.tf b/terraform/dns/dn42.tf index e23af28..3527627 100644 --- a/terraform/dns/dn42.tf +++ b/terraform/dns/dn42.tf @@ -32,7 +32,7 @@ resource "linode_domain_record" "dn42-ha-kv24" { domain_id = linode_domain.root.id name = "ha-kv24.dn42" record_type = "AAAA" - target = "fdb1:4242:3538:2006:18a:90f:4264:8ca0" + target = "fdb1:4242:3538:2006:ff6f:74a2:826b:ccd9" } resource "linode_domain_record" "dn42-ha-lhn2" { |
