Update file variables.tf

This commit is contained in:
2023-03-04 23:55:21 +00:00
parent e0c04524da
commit 8e4ee01800

View File

@@ -39,17 +39,17 @@ variable "k3master" {
})
}
#variable "k3server" {
# description = "Defaults of worker nodes in K3S"
# type = object({
# count = number
# name = list(string)
# cores = number
# memory = number
# drive = list(string)
# storage = string
# template = list(string)
# node = list(string)
# ip = list(number)
# })
#}
variable "k3server" {
description = "Defaults of worker nodes in K3S"
type = object({
count = number
name = list(string)
cores = number
memory = number
drive = list(string)
storage = string
template = list(string)
node = list(string)
ip = list(number)
})
}