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

10 lines
131 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"
}