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: Include additional folders into bootstrap #179

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)

It would be nice to have the ability to share common terraform modules to give customers the flexibility to make customizations to common terraform modules.

Proposed Solution (Required)

Add an interface variable "additional_folders" to the bootstrap module to include additional folders into the bootstrap. The logic would be similar to the "additional_files" variable( accelerator-bootstrap-modules/modules/files/variables.tf at main · Azure/accelerator-bootstrap-modules (github.com) ).

Important Factoids (Optional)

No response

References (Optional)

No response