Azure / terraform-azurerm-avm-res-network-virtualnetwork

Azure Verified Module for Virtual Network
https://registry.terraform.io/modules/Azure/avm-res-network-virtualnetwork
MIT License
18 stars 14 forks source link

Subnet should be optional attribute #39

Closed cshea-msft closed 4 months ago

cshea-msft commented 5 months ago

Subnets is an optional attribute in Terraforms Registry so it should be an optional attribute in this module. Users might want to use Subnets in a separate module https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/subnet

herms14 commented 5 months ago

thanks for the feedback @cshea-msft. This will be addressed on the next PR

herms14 commented 4 months ago

Hi @cshea-msft .

This has been resolved in the latest PR #54