@ -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"
description = "Subnet CIDR block."
variable "dns_nameservers" {
description = "An array of DNS name server names used by hosts in this subnet."