Skip to content
Snippets Groups Projects
Commit ab345c5f authored by Derek Lemon's avatar Derek Lemon
Browse files

Change was not picked up

parent a06f641b
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,4 @@ variable "dns_nameservers" {
type = "list"
}
variable "subnet_cidr" {
type = "string"
default = "10.0.0.0/24"
}
variable "subnet_cidr" {}
......@@ -97,6 +97,12 @@ variable "network_name" {
default = "internal"
}
variable "subnet_cidr" {
description = "Subnet CIDR block."
type = "string"
default = "10.0.0.0/24"
}
variable "dns_nameservers" {
description = "An array of DNS name server names used by hosts in this subnet."
type = "list"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment