mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-05 02:25:28 +03:00
15 lines
203 B
HCL
15 lines
203 B
HCL
variable "external_net" {}
|
|
|
|
variable "network_name" {}
|
|
|
|
variable "cluster_name" {}
|
|
|
|
variable "dns_nameservers" {
|
|
type = "list"
|
|
}
|
|
|
|
variable "subnet_cidr" {
|
|
type = "string"
|
|
default = "10.0.0.0/24"
|
|
}
|