aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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 bb5b06d..856cab7 100644
--- a/clarkzjw.cc/infra/variables.tf
+++ b/clarkzjw.cc/infra/variables.tf
@@ -37,3 +37,9 @@ variable "proxmox_ip" {
37 type = string 37 type = string
38 sensitive = false 38 sensitive = false
39} 39}
40
41variable "atlas_ip" {
42 description = "IP address for Atlas main NAS"
43 type = string
44 sensitive = false
45}
Powered by cgit v1.2.3 (git 2.41.0)