Azure / terraform-azurerm-lz-vending

Terraform module to deploy landing zone subscriptions (and much more) in Azure
https://registry.terraform.io/modules/Azure/lz-vending/azurerm
MIT License
170 stars 79 forks source link

feat: option to link vnets with private DNS zones #132

Open matt-FFFFFF opened 1 year ago

matt-FFFFFF commented 1 year ago

Description

Provide a list of private DNS zone resource IDs that we link to the vnets.

Provide a link to a private DNS resolver ruleset

Describe the solution you'd like

Additional context

kamilzzz commented 1 year ago

This is something I have been thinking about as a good addition to the existing module capability.

We are using Private DNS Resolver deployed centrally in the hub together with DNS Forwarding Rulesets.

When deploying subscription landing zones for specific applications/workloads I would like to be able to link DNS Forwarding Rulesets to spoke VNETs using this module.

jtracey93 commented 1 year ago

@kamilzzz good thinking. I raised this to @matt-FFFFFF when we were discussing this earlier this week. We said we would do it :)