c12s-kubespray/contrib/terraform/openstack/modules/network/variables.tf
2020-08-05 01:32:28 -07:00

18 lines
242 B
HCL

variable "external_net" {}
variable "network_name" {}
variable "network_dns_domain" {}
variable "cluster_name" {}
variable "dns_nameservers" {
type = list
}
variable "subnet_cidr" {}
variable "use_neutron" {}
variable "router_id" {}