diff options
Diffstat (limited to 'ops/glesys/main.tf')
-rw-r--r-- | ops/glesys/main.tf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ops/glesys/main.tf b/ops/glesys/main.tf index 9452971054aa..cd5ea9f4fd34 100644 --- a/ops/glesys/main.tf +++ b/ops/glesys/main.tf @@ -66,3 +66,22 @@ variable "sanduny_ipv6" { type = string default = "2001:ba8:1f1:f109::feed:edef:beef" } + +locals { + # Hostnames of all public services on whitby + whitby_services = [ + "at", + "atward", + "auth", + "b", + "cache", + "cl", + "code", + "cs", + "deploys", + "images", + "static", + "status", + "todo", + ] +} |