Update file variables.tf

This commit is contained in:
2023-07-26 11:03:54 +00:00
parent e35053b414
commit add79d4f4b

View File

@@ -24,17 +24,17 @@ variable "pm_user" {
default = "root@pam"
}
variable "VM" {
description = "Defaults of master nodes in K3S"
type = object({
count = number
name = list(string)
cores = number
memory = number
drive = string
storage = string
template = list(string)
node = list(string)
ip = list(number)
})
}
#variable "VM" {
# description = "Defaults of master nodes in K3S"
# type = object({
# count = number
# name = list(string)
# cores = number
# memory = number
# drive = string
# storage = string
# template = list(string)
# node = list(string)
# ip = list(number)
# })
#}