From 63673af754d77df0a4bd3fda6b38ebb91dca5bdb Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Fri, 13 Jan 2023 22:57:51 -0800 Subject: cloudflare: add proxmox --- clarkzjw.cc/infra/variables.tf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'clarkzjw.cc/infra/variables.tf') 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" { type = string sensitive = false } + +variable "proxmox_ip" { + description = "IP address for Proxmox" + type = string + sensitive = false +} -- cgit v1.2.3