Skip to content

Feature Request: Add default_prefix option in the platform-landing-zone.tfvars #442

@fkaksa

Description

@fkaksa

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Status: Long Term ⌛We will do it, but will take a longer amount of time due to complexity/prioritiesType: Enhancement ✨New feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions