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

14 lines
185 B
Terraform
Raw Normal View History

2018-01-05 11:09:04 +00:00
variable "external_net" {}
2018-01-05 11:09:04 +00:00
variable "network_name" {}
2018-01-05 11:09:04 +00:00
variable "cluster_name" {}
2018-01-05 11:09:04 +00:00
variable "dns_nameservers" {
type = "list"
}
2018-06-14 16:40:32 +00:00
2018-06-14 17:31:04 +00:00
variable "subnet_cidr" {}
variable "use_neutron" {}