aboutsummaryrefslogtreecommitdiff
path: root/terraform/dns/dn42.tf
diff options
context:
space:
mode:
Diffstat (limited to 'terraform/dns/dn42.tf')
-rw-r--r--terraform/dns/dn42.tf7
1 files changed, 7 insertions, 0 deletions
diff --git a/terraform/dns/dn42.tf b/terraform/dns/dn42.tf
index 9363b60..35bc26e 100644
--- a/terraform/dns/dn42.tf
+++ b/terraform/dns/dn42.tf
@@ -62,3 +62,10 @@ resource "linode_domain_record" "dn42-node2" {
record_type = "AAAA"
target = "fdb1:4242:3538:2003::ffff"
}
+
+resource "linode_domain_record" "dn42-unifi" {
+ domain_id = linode_domain.root.id
+ name = "unifi.dn42"
+ record_type = "AAAA"
+ target = "fdb1:4242:3538:2008:5054:ff:fe4d:96c"
+}