diff options
Diffstat (limited to 'terraform')
-rw-r--r-- | terraform/dns/vpn.tf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/terraform/dns/vpn.tf b/terraform/dns/vpn.tf index 10a1d8e..d73d01e 100644 --- a/terraform/dns/vpn.tf +++ b/terraform/dns/vpn.tf @@ -71,3 +71,9 @@ resource "linode_domain_record" "vpn-lhn2ix" { record_type = "AAAA" target = "fdf3:aad9:a885:0b3a::15" } +resource "linode_domain_record" "vpn-biwia" { + domain_id = linode_domain.root.id + name = "biwia.vpn" + record_type = "AAAA" + target = "fdf3:aad9:a885:0b3a::17" +} |