Update file variables.tf
This commit is contained in:
@@ -24,22 +24,22 @@ variable "pm_user" {
|
|||||||
default = "root@pam"
|
default = "root@pam"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "VM" {
|
#variable "VM" {
|
||||||
description = "Defaults of master nodes in K3S"
|
# description = "Defaults of master nodes in K3S"
|
||||||
type = object({
|
# type = object({
|
||||||
count = number
|
# count = number
|
||||||
name = list(string)
|
# name = list(string)
|
||||||
cores = number
|
# cores = number
|
||||||
memory = number
|
# memory = number
|
||||||
drive = string
|
# drive = string
|
||||||
storage = string
|
# storage = string
|
||||||
template = list(string)
|
# template = list(string)
|
||||||
node = list(string)
|
# node = list(string)
|
||||||
ip = list(number)
|
# ip = list(number)
|
||||||
})
|
# })
|
||||||
}
|
#}
|
||||||
|
|
||||||
variable "k3smaster" {
|
variable "k3master" {
|
||||||
description = "Defaults of master nodes in K3S"
|
description = "Defaults of master nodes in K3S"
|
||||||
type = object({
|
type = object({
|
||||||
count = number
|
count = number
|
||||||
|
|||||||
Reference in New Issue
Block a user