mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-06-09 13:07:59 +00:00
15 lines
203 B
Terraform
15 lines
203 B
Terraform
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"
|
|
}
|