c12s-kubespray/contrib/terraform/openstack/modules/ips/variables.tf

18 lines
278 B
Terraform
Raw Normal View History

2018-01-05 11:09:04 +00:00
variable "number_of_k8s_masters" {}
2018-01-05 11:09:04 +00:00
variable "number_of_k8s_masters_no_etcd" {}
2018-01-05 11:09:04 +00:00
variable "number_of_k8s_nodes" {}
2018-01-05 11:09:04 +00:00
variable "floatingip_pool" {}
2018-01-05 11:09:04 +00:00
variable "number_of_bastions" {}
2018-01-05 11:09:04 +00:00
variable "external_net" {}
2018-01-05 11:09:04 +00:00
variable "network_name" {}
variable "router_id" {
default = ""
}