aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-01-13 22:12:56 -0800
committerclarkzjw <[email protected]>2023-01-13 22:12:56 -0800
commit61b547c9444ac0f2ae925b794f8c65f3b1a429ce (patch)
treee538320a550b9fa41b1524cce5b4dbd7284d4f5c /clarkzjw.cc/infra/variables.tf
parent4f274f77122479d16d74ade9a0867da71cdf3cee (diff)
downloadhomelab-61b547c9444ac0f2ae925b794f8c65f3b1a429ce.tar.gz
cloudflare: add edgerouterx
Diffstat (limited to 'clarkzjw.cc/infra/variables.tf')
-rw-r--r--clarkzjw.cc/infra/variables.tf6
1 files changed, 6 insertions, 0 deletions
diff --git a/clarkzjw.cc/infra/variables.tf b/clarkzjw.cc/infra/variables.tf
index 5326464..dcee8e9 100644
--- a/clarkzjw.cc/infra/variables.tf
+++ b/clarkzjw.cc/infra/variables.tf
@@ -25,3 +25,9 @@ variable "cloudflare_access_application_email" {
25 type = string 25 type = string
26 sensitive = false 26 sensitive = false
27} 27}
28
29variable "edgerouterx_ip" {
30 description = "IP address for EdgeRouterX"
31 type = string
32 sensitive = false
33}
Powered by cgit v1.2.3 (git 2.41.0)