mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 05:45:06 +03:00
14 lines
185 B
HCL
14 lines
185 B
HCL
variable "external_net" {}
|
|
|
|
variable "network_name" {}
|
|
|
|
variable "cluster_name" {}
|
|
|
|
variable "dns_nameservers" {
|
|
type = "list"
|
|
}
|
|
|
|
variable "subnet_cidr" {}
|
|
|
|
variable "use_neutron" {}
|