Update file variables.tf

This commit is contained in:
2023-07-29 13:20:22 +00:00
parent 26d8dfb6ec
commit 97be22eb0e

View File

@@ -24,21 +24,6 @@ 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 "k3master" {
description = "Defaults of master nodes in K3S"
type = object({