Update file variables.tf
This commit is contained in:
@@ -39,17 +39,17 @@ variable "k3master" {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
#variable "k3server" {
|
variable "k3server" {
|
||||||
# description = "Defaults of worker nodes in K3S"
|
description = "Defaults of worker 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 = list(string)
|
drive = list(string)
|
||||||
# storage = string
|
storage = string
|
||||||
# template = list(string)
|
template = list(string)
|
||||||
# node = list(string)
|
node = list(string)
|
||||||
# ip = list(number)
|
ip = list(number)
|
||||||
# })
|
})
|
||||||
#}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user