From 97be22eb0e8c63254c2341c15ad202c10e3821e4 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sat, 29 Jul 2023 13:20:22 +0000 Subject: [PATCH] Update file variables.tf --- terraform/variables.tf | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/terraform/variables.tf b/terraform/variables.tf index 9161f15..caf75c6 100644 --- a/terraform/variables.tf +++ b/terraform/variables.tf @@ -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({