2018-01-05 11:09:04 +00:00
|
|
|
variable "external_net" {}
|
2017-12-05 12:48:47 +00:00
|
|
|
|
2018-01-05 11:09:04 +00:00
|
|
|
variable "network_name" {}
|
2017-12-05 12:48:47 +00:00
|
|
|
|
2018-01-05 11:09:04 +00:00
|
|
|
variable "cluster_name" {}
|
2017-12-05 12:48:47 +00:00
|
|
|
|
2018-01-05 11:09:04 +00:00
|
|
|
variable "dns_nameservers" {
|
2017-12-05 12:48:47 +00:00
|
|
|
type = "list"
|
|
|
|
}
|
2018-06-14 16:40:32 +00:00
|
|
|
|
2018-06-14 17:31:04 +00:00
|
|
|
variable "subnet_cidr" {}
|
2018-10-19 10:39:34 +00:00
|
|
|
|
|
|
|
variable "use_neutron" {}
|