summaryrefslogtreecommitdiff
path: root/terraform/dns/vpn.tf
diff options
context:
space:
mode:
Diffstat (limited to 'terraform/dns/vpn.tf')
-rw-r--r--terraform/dns/vpn.tf6
1 files changed, 0 insertions, 6 deletions
diff --git a/terraform/dns/vpn.tf b/terraform/dns/vpn.tf
index 4ed030b..10a1d8e 100644
--- a/terraform/dns/vpn.tf
+++ b/terraform/dns/vpn.tf
@@ -11,12 +11,6 @@ resource "linode_domain_record" "vpn-birgitte" {
record_type = "AAAA"
target = "fdf3:aad9:a885:0b3a::2"
}
-resource "linode_domain_record" "vpn-conflatorio" {
- domain_id = linode_domain.root.id
- name = "conflatorio.vpn"
- record_type = "AAAA"
- target = "fdf3:aad9:a885:77dd::2"
-}
resource "linode_domain_record" "vpn-arius" {
domain_id = linode_domain.root.id
name = "arius.vpn"