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