diff options
Diffstat (limited to 'terraform/dns')
| -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 504bd24..ea66493 100644 --- a/terraform/dns/dn42.tf +++ b/terraform/dns/dn42.tf @@ -91,6 +91,13 @@ resource "linode_domain_record" "dn42-lhn2pi" { target = "fdb1:4242:3538:2008::ffff" } +resource "linode_domain_record" "dn42-lhn2pi-wifi" { + domain_id = linode_domain.root.id + name = "lhn2pi-wifi.dn42" + record_type = "AAAA" + target = "fdb1:4242:3538:2008:da3a:ddff:fe39:3669" +} + resource "linode_domain_record" "dn42-netbox" { domain_id = linode_domain.root.id name = "netbox.dn42" |
