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
17 stars 14 forks source link

Feat: Add subnet to a existing virtual network #62

Closed herms14 closed 1 month ago

herms14 commented 3 months ago

Fixed telemetry variable and added feature to attach a subnet to a existing Virtual network

Description

Type of Change

Checklist

matt-FFFFFF commented 3 months ago

Great work!

A few comments for consideration.

Coalesce is a good function to use here!

herms14 commented 3 months ago

thanks for the feedback guys. been busy with other stuffs lately so will be able to woro on these change probably by next week

kewalaka commented 2 months ago

i've got a potentially better way to do this, which also address #71

currently testing it here; https://github.com/kewalaka/terraform-azurerm-avm-res-network-virtualnetwork/tree/feat/use-azapi-for-subnets

kewalaka commented 1 month ago

74 supersedes this and addresses some other issues as noted in that PR.

matt-FFFFFF commented 1 month ago

Closing in favour of #74