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

15 lines
203 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
variable "subnet_cidr" {
type = "string"
default = "10.0.0.0/24"
}