Skip to content

Commit

Permalink
corrected name for landingzone
Browse files Browse the repository at this point in the history
  • Loading branch information
d4kverma committed Jul 8, 2024
1 parent 2cea606 commit 5fb73c5
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 5fb73c5

Please sign in to comment.