diff --git a/quickstart/101-virtual-network-create-two-subnets/variables.tf b/quickstart/101-virtual-network-create-two-subnets/variables.tf index 4238d09e..fb7b479c 100644 --- a/quickstart/101-virtual-network-create-two-subnets/variables.tf +++ b/quickstart/101-virtual-network-create-two-subnets/variables.tf @@ -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." -}