removed unused variable
This commit is contained in:
parent
af2cfe9093
commit
d3d6a90f20
@ -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."
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user