a8c5a0afdc
* Add a variable do disable access_ip * Document the use of use_access_ip
17 lines
No EOL
277 B
HCL
17 lines
No EOL
277 B
HCL
variable "number_of_k8s_masters" {}
|
|
|
|
variable "number_of_k8s_masters_no_etcd" {}
|
|
|
|
variable "number_of_k8s_nodes" {}
|
|
|
|
variable "floatingip_pool" {}
|
|
|
|
variable "number_of_bastions" {}
|
|
|
|
variable "external_net" {}
|
|
|
|
variable "network_name" {}
|
|
|
|
variable "router_id" {
|
|
default = ""
|
|
} |