diff options
Diffstat (limited to 'terraform/dns/dn42.tf')
-rw-r--r-- | terraform/dns/dn42.tf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/terraform/dns/dn42.tf b/terraform/dns/dn42.tf index 9f70413..1f27821 100644 --- a/terraform/dns/dn42.tf +++ b/terraform/dns/dn42.tf @@ -49,6 +49,13 @@ resource "linode_domain_record" "dn42-kv24ix" { target = "fdb1:4242:3538:2006::ffff" } +resource "linode_domain_record" "dn42-lhn2-z2m" { + domain_id = linode_domain.root.id + name = "lhn2-z2m.dn42" + record_type = "AAAA" + target = "fdb1:4242:3538:2008:9aed:e460:1711:7dd" +} + resource "linode_domain_record" "dn42-lhn2pi" { domain_id = linode_domain.root.id name = "lhn2pi.dn42" |