Skip to content

Commit

Permalink
Merge pull request #2 from clouddrove/fix/landing-zone-naming
Browse files Browse the repository at this point in the history
corrected name for landingzone
  • Loading branch information
d4kverma authored Jul 8, 2024
2 parents 2cea606 + 5fb73c5 commit 0630ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locals.management_groups.tf
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ locals {
archetype_config = local.es_archetype_config_map["${local.root_id}-sandboxes"]
}
"${local.root_id}-landing-zones" = {
display_name = "${var.root_id}-landing-zone-mg"
display_name = "${var.root_id}-landing-zones-mg"
parent_management_group_id = local.root_id
subscription_ids = local.es_subscription_ids_map["${local.root_id}-landing-zones"]
archetype_config = local.es_archetype_config_map["${local.root_id}-landing-zones"]
Expand Down

0 comments on commit 0630ada

Please sign in to comment.