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

22 lines
294 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" {}
variable "network_dns_domain" {}
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
variable "port_security_enabled" {
type = bool
}
2018-06-14 17:31:04 +00:00
variable "subnet_cidr" {}
variable "use_neutron" {}
variable "router_id" {}