haflidif / terraform-azurerm-alz-subnet

This module is used to deploy subnet with network security group and route table associated as workaround to the azurerm_subnet resource so it doesn't conflict with the Azure Landing Zone policies Subnets should have a Network Security Group and Subnets should have a User Defined Route which are commonly used in Azure Landing Zone Ref. Architecture
GNU General Public License v3.0
12 stars 3 forks source link

Support creating subnet without route table. #13

Closed haflidif closed 7 months ago

haflidif commented 7 months ago

When creating a subnet for handful of resources that do not support route tables or the virtual network is part of managed virtual wan, often a route table is not needed, therefor a support for creating a Subnet without creating or adding existing route table is needed.