Update terraform/terraform.tfvars, terraform/main.tf, terraform/variables.tf, ansible/hosts.ini

This commit is contained in:
2022-12-17 19:14:59 +00:00
parent 2e66911439
commit f2345d4317
4 changed files with 72 additions and 81 deletions

View File

@@ -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)
# })
#}