Update 3 files

- /terraform/terraform.tfvars
- /terraform/main.tf
- /terraform/variables.tf
This commit is contained in:
2023-08-06 17:29:37 +00:00
parent 792869ff7b
commit 8ae6fa8f51
3 changed files with 6 additions and 4 deletions

View File

@@ -35,6 +35,10 @@ variable "environment" {
type = string
}
variable "ipprefix" {
type = number
}
variable "k3master" {
description = "Defaults of master nodes in K3S"
type = object({