mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
Change was not picked up
This commit is contained in:
@@ -8,7 +8,4 @@ variable "dns_nameservers" {
|
|||||||
type = "list"
|
type = "list"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "subnet_cidr" {
|
variable "subnet_cidr" {}
|
||||||
type = "string"
|
|
||||||
default = "10.0.0.0/24"
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -97,6 +97,12 @@ variable "network_name" {
|
|||||||
default = "internal"
|
default = "internal"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
variable "subnet_cidr" {
|
||||||
|
description = "Subnet CIDR block."
|
||||||
|
type = "string"
|
||||||
|
default = "10.0.0.0/24"
|
||||||
|
}
|
||||||
|
|
||||||
variable "dns_nameservers" {
|
variable "dns_nameservers" {
|
||||||
description = "An array of DNS name server names used by hosts in this subnet."
|
description = "An array of DNS name server names used by hosts in this subnet."
|
||||||
type = "list"
|
type = "list"
|
||||||
|
|||||||
Reference in New Issue
Block a user