You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
244 B

  1. variable "external_net" {}
  2. variable "network_name" {}
  3. variable "network_dns_domain" {}
  4. variable "cluster_name" {}
  5. variable "dns_nameservers" {
  6. type = "list"
  7. }
  8. variable "subnet_cidr" {}
  9. variable "use_neutron" {}
  10. variable "router_id" {}