Update 3 files
- /terraform/terraform.tfvars - /terraform/main.tf - /terraform/variables.tf
This commit is contained in:
@@ -35,6 +35,10 @@ variable "environment" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "ipprefix" {
|
||||
type = number
|
||||
}
|
||||
|
||||
variable "k3master" {
|
||||
description = "Defaults of master nodes in K3S"
|
||||
type = object({
|
||||
|
||||
Reference in New Issue
Block a user