about summary refs log tree commit diff
path: root/ops/glesys/main.tf
diff options
context:
space:
mode:
Diffstat (limited to 'ops/glesys/main.tf')
-rw-r--r--ops/glesys/main.tf5
1 files changed, 5 insertions, 0 deletions
diff --git a/ops/glesys/main.tf b/ops/glesys/main.tf
index a16a1fc540..9032d501a5 100644
--- a/ops/glesys/main.tf
+++ b/ops/glesys/main.tf
@@ -65,3 +65,8 @@ variable "sanduny_ipv4" {
   type    = string
   default = "85.119.82.231"
 }
+
+variable "sanduny_ipv6" {
+  type    = string
+  default = "2001:ba8:1f1:f109::feed:edef:beef"
+}