mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-19 12:10:11 -03:30
Configurable openstack subnet cidr
This commit is contained in:
@@ -7,3 +7,8 @@ variable "cluster_name" {}
|
||||
variable "dns_nameservers" {
|
||||
type = "list"
|
||||
}
|
||||
|
||||
variable "subnet_cidr" {
|
||||
type = "string"
|
||||
default = "10.0.0.0/24"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user