Configurable openstack subnet cidr

This commit is contained in:
Derek Lemon
2018-06-14 16:40:32 +00:00
parent 72504d26dc
commit a06f641b6c
2 changed files with 6 additions and 1 deletions

View File

@@ -7,3 +7,8 @@ variable "cluster_name" {}
variable "dns_nameservers" {
type = "list"
}
variable "subnet_cidr" {
type = "string"
default = "10.0.0.0/24"
}