c12s-kubespray/contrib/terraform/openstack/modules/ips/variables.tf
2018-10-19 12:39:34 +02:00

18 lines
278 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 = ""
}