diff options
author | Vincent Ambo <mail@tazj.in> | 2022-02-16T19·35+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2022-02-18T11·41+0000 |
commit | d68de096c74883711a4fc5be4b53877df5fc53e3 (patch) | |
tree | 94bb8642aea44201d2201a84c379f9a1d9a36c71 /ops/glesys/main.tf | |
parent | ac6717fe3c5cf5ab6b495092e8dd4565a4242eac (diff) |
feat(ops/glesys): add DNS record for A sanduny.tvl.su. r/3850
Change-Id: I12e678f161ca9bfb7e982ed067a0b8bd0325d737 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5296 Reviewed-by: sterni <sternenseemann@systemli.org> Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
Diffstat (limited to 'ops/glesys/main.tf')
-rw-r--r-- | ops/glesys/main.tf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ops/glesys/main.tf b/ops/glesys/main.tf index 857c1677fb32..a16a1fc5402d 100644 --- a/ops/glesys/main.tf +++ b/ops/glesys/main.tf @@ -60,3 +60,8 @@ variable "whitby_ipv6" { type = string default = "2a01:4f8:242:5b21:0:feed:edef:beef" } + +variable "sanduny_ipv4" { + type = string + default = "85.119.82.231" +} |