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: Use starter module tfvars for inputs into architecture definition #186

Closed sdeguchi closed 2 months ago

sdeguchi commented 2 months ago

Is there an existing issue for this?

Infrastrcuture as Code Type? (Required)

terraform

Use Case (Required)

Customers can set input variables to template architecture definition module through the starter module variables, so we don't have to rely on documentation to add the hidden variables to the ALZ PowerShell inputs, and we can provide default values on a case-by-case basis.

Proposed Solution (Required)

Currently we get default_prefix and default_postfix from starter module tfvars in template architecture definition module. Include getting architecture template path, enable alz archtypes, and architecture definition override from starter module tfvars.

Important Factoids (Optional)

No response

References (Optional)

No response