From 8e4ee01800e60f0b633aa0f7c76e546820e2c2cc Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sat, 4 Mar 2023 23:55:21 +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 74436c7..ca36c10 100644 --- a/terraform/variables.tf +++ b/terraform/variables.tf @@ -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) + }) +}