aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-01-13 22:57:51 -0800
committerclarkzjw <[email protected]>2023-01-13 22:57:51 -0800
commit63673af754d77df0a4bd3fda6b38ebb91dca5bdb (patch)
tree233e9f050eb971340b4806169efa8a72c10800b7 /clarkzjw.cc/infra/variables.tf
parentad28eb8b886931995b7c294a80357a6c5dca1772 (diff)
downloadhomelab-63673af754d77df0a4bd3fda6b38ebb91dca5bdb.tar.gz
cloudflare: add proxmox
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 58e8976..bb5b06d 100644
--- a/clarkzjw.cc/infra/variables.tf
+++ b/clarkzjw.cc/infra/variables.tf
@@ -31,3 +31,9 @@ variable "edgerouterx_ip" {
31 type = string 31 type = string
32 sensitive = false 32 sensitive = false
33} 33}
34
35variable "proxmox_ip" {
36 description = "IP address for Proxmox"
37 type = string
38 sensitive = false
39}
Powered by cgit v1.2.3 (git 2.41.0)