almost working...

This commit is contained in:
2021-06-07 16:05:27 +02:00
parent 46e67fb018
commit 88f2f3de5c

View File

@@ -30,11 +30,6 @@ variable "vm_hostname" {
default = "k8smaster" default = "k8smaster"
} }
variable "vm_slave_hostname" {
description = "vm hostname"
default = "k8slave"
}
variable "slaves" { variable "slaves" {
type = number type = number
default = 3 default = 3