Update 3 files
- /terraform/variables.tf - /terraform/terraform.tfvars - /terraform/main.tf
This commit is contained in:
@@ -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)
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user