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.

19 lines
303 B

  1. variable "number_of_k8s_masters" {}
  2. variable "number_of_k8s_masters_no_etcd" {}
  3. variable "number_of_k8s_nodes" {}
  4. variable "floatingip_pool" {}
  5. variable "number_of_bastions" {}
  6. variable "external_net" {}
  7. variable "network_name" {}
  8. variable "router_id" {
  9. default = ""
  10. }
  11. variable "k8s_nodes" {}