about summary refs log tree commit diff
path: root/ops/glesys/dns-tvl-su.tf
diff options
context:
space:
mode:
Diffstat (limited to 'ops/glesys/dns-tvl-su.tf')
-rw-r--r--ops/glesys/dns-tvl-su.tf7
1 files changed, 7 insertions, 0 deletions
diff --git a/ops/glesys/dns-tvl-su.tf b/ops/glesys/dns-tvl-su.tf
index 051e9752c4..39fd054e01 100644
--- a/ops/glesys/dns-tvl-su.tf
+++ b/ops/glesys/dns-tvl-su.tf
@@ -60,6 +60,13 @@ resource "glesys_dnsdomain_record" "tvl_su_sanduny_A" {
   data   = var.sanduny_ipv4
 }
 
+resource "glesys_dnsdomain_record" "tvl_su_sanduny_AAAA" {
+  domain = glesys_dnsdomain.tvl_su.id
+  host   = "sanduny"
+  type   = "AAAA"
+  data   = var.sanduny_ipv6
+}
+
 # This record is responsible for hosting ~all TVL services. Be
 # mindful!
 resource "glesys_dnsdomain_record" "tvl_su_wildcard" {