From add79d4f4b2ec1b502f76cec0966a9531d761c03 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Wed, 26 Jul 2023 11:03:54 +0000 Subject: [PATCH] Update file variables.tf --- terraform/variables.tf | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/terraform/variables.tf b/terraform/variables.tf index 2116f25..12221ed 100644 --- a/terraform/variables.tf +++ b/terraform/variables.tf @@ -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) +# }) +#}