aboutsummaryrefslogtreecommitdiff
path: root/terraform/dns/vpn.tf
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2023-09-03 20:15:20 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2023-09-03 20:15:20 +0200
commit7ee547e760db3e776ab7ecd676ed4b8afca0f04b (patch)
tree956d4d855148c5c5011fc5704b1e924c2d04c294 /terraform/dns/vpn.tf
parent2db366457d598ab7fa0d86b57b40b12bf1779964 (diff)
downloadinfra-7ee547e760db3e776ab7ecd676ed4b8afca0f04b.tar.gz
infra-7ee547e760db3e776ab7ecd676ed4b8afca0f04b.tar.bz2
infra-7ee547e760db3e776ab7ecd676ed4b8afca0f04b.tar.xz
infra-7ee547e760db3e776ab7ecd676ed4b8afca0f04b.zip
lhn
Diffstat (limited to 'terraform/dns/vpn.tf')
-rw-r--r--terraform/dns/vpn.tf7
1 files changed, 7 insertions, 0 deletions
diff --git a/terraform/dns/vpn.tf b/terraform/dns/vpn.tf
index 59847f3..c94fb72 100644
--- a/terraform/dns/vpn.tf
+++ b/terraform/dns/vpn.tf
@@ -64,6 +64,13 @@ resource "linode_domain_record" "vpn-hash" { # 16341443
record_type = "AAAA"
target = "fdf3:aad9:a885:0b3a::13"
}
+resource "linode_domain_record" "vpn-lhnpi" {
+ domain_id = linode_domain.root.id
+ name = "lhnpi.vpn"
+ record_type = "AAAA"
+ target = "fdf3:aad9:a885:0b3a::14"
+}
+
resource "linode_domain_record" "vpn-unifi" {
domain_id = linode_domain.root.id
name = "unifi.vpn"