Update 3 files

- /terraform/variables.tf
- /terraform/terraform.tfvars
- /terraform/main.tf
This commit is contained in:
2023-08-06 17:59:30 +00:00
parent d2c7ac49c7
commit cf7524f08b
3 changed files with 8 additions and 4 deletions

View File

@@ -49,6 +49,7 @@ variable "k3master" {
drive = string
storage = string
node = list(string)
ip = list(number)
})
}
@@ -62,5 +63,6 @@ variable "k3server" {
drive = string
storage = string
node = list(string)
ip = list(number)
})
}