removed unused variable

This commit is contained in:
asudbring 2024-01-18 23:06:22 -08:00 committed by lonegunmanb
parent af2cfe9093
commit d3d6a90f20

View File

@ -9,9 +9,3 @@ variable "resource_group_name_prefix" {
default = "rg"
description = "Prefix of the resource group name that's combined with a random ID so name is unique in your Azure subscription."
}
variable "vnet_address_space" {
type = list(string)
default = ["10.0.0.0/16"]
description = "Address space for the virtual network."
}