Azure / ALZ-PowerShell-Module

The Azure Landing Zones Accelerators PowerShell module
https://www.powershellgallery.com/packages/ALZ/
MIT License
79 stars 39 forks source link

Feature Request: allow overriding private DNS zones in complete_multi_region #244

Open jaredfholgate opened 2 weeks ago

jaredfholgate commented 2 weeks ago

Is there an existing issue for this?

Infrastructure as Code Type? (Required)

terraform

Starter Module? (Required)

terraform - complete_multi_region

Use Case (Required)

As a user I'd like to override the DNS zones that are deployed.

Proposed Solution (Required)

Allow a parameter to be used instead of null here: https://github.com/Azure/alz-terraform-accelerator/blob/aeaa83416a1c58ee8524bf6aa3117c6395865c64/templates/complete_multi_region/modules/hub-and-spoke-vnet/main.tf#L55

This will allow users to override the list of DNS zones deployed.

Important Factoids (Optional)

No response

References (Optional)

No response

jaredfholgate commented 2 weeks ago

Good idea, will implement. :)