diff --git a/terraform/variables.tf b/terraform/variables.tf index f64fa42..9161f15 100644 --- a/terraform/variables.tf +++ b/terraform/variables.tf @@ -24,22 +24,22 @@ 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) +# }) +#} -variable "k3smaster" { +variable "k3master" { description = "Defaults of master nodes in K3S" type = object({ count = number