Update terraform/variables.tf, terraform/terraform.tfvars

This commit is contained in:
2022-11-04 22:19:57 +00:00
parent 32d6254393
commit 88222f4f95
2 changed files with 8 additions and 8 deletions

View File

@@ -58,10 +58,10 @@ variable "k3server" {
type = object({
count = number
name = list(string)
cores = list(number)
memory = list(number)
drive = list(string)
storage = list(string)
cores = number
memory = number
drive = string
storage = string
template = string
node = string
tag = number