From a791390832d13ee196f444dec7d1c3df2d15cb48 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 19 May 2024 18:19:31 +0200 Subject: Adding biwia to DNS. --- terraform/dns/vpn.tf | 6 ++++++ 1 file changed, 6 insertions(+) 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" +} -- cgit v1.2.3