-
Notifications
You must be signed in to change notification settings - Fork 53
Description
Is there an existing issue for this?
- I have searched the existing issues
Infrastructure as Code Type? (Required)
terraform
Starter Module? (Required)
terraform - microsoft_cloud_for_sovereignty
Use Case (Required)
We created landing zone architecture where we have multiple SLZs deployed under 1 Tenant. To be able to support that, we must configure default prefix for Management Groups.
In the version v8 of the started module of the Azure Landing Zones Accelerator, the default_prefix variable simplified the setup by automatically prepending a prefix to all Management Group IDs.
In the latest version, this has been replaced with the steps described here, where you first must clone the lib repository and configure management groups manually. This approach is too complicated in my option, specially when you would need to update the lib directory with the newest remote changes, because there will be merge conflict.
Proposed Solution (Required)
Add a new variable in your inputs.tfvars file, e.g.:
default_prefix = "my-prefix"Important Factoids (Optional)
No response
References (Optional)
No response