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

Use existing RG when the module creates NSG and RT #2

Closed BHellstream closed 9 months ago

BHellstream commented 10 months ago

Nice collection of workarounds.

i have a use case where i would like to use an existing resource group instead of creating a new one for each subnet. so basically add an option to send existing RG name to use when creating the nsg and rt.

Really appreciate the module and why section, made it really easy describing the issues to colleagues.

haflidif commented 10 months ago

Hey @BHellstream thank you very much for your feedback.

I'm currently working on Version 2.0 that will introduce exactly this functionality that you are asking for 💯 I plan to be finished with the new version of the module within few days.

I'm really thankful for your feedback and glad that it had helped you.

qaiserali commented 10 months ago

Hi,

We are also waiting for this function. I would appreciate it if you could solve it at the earliest.

Thank you!

qaiserali commented 9 months ago

@haflidif Any progress on this?

haflidif commented 9 months ago

@haflidif Any progress on this?

Hey thanks for your messages, im currently working on it, has been bit swamped with my work lately and as this is done off hours, I haven't been able to prioritize it as much as I would have, but there is a solution around the corner.

Thank you for your patience

haflidif commented 9 months ago

@qaiserali and @BHellstream I finally got some time to work on the issue and now the functionality has been released in v2.0.0

Thank you very much for raising the issue, and hopefully it will resolve the requirements you have, cheers!