From 5fb73c58de999c9147ff6ea1f109f53ee9c9dac3 Mon Sep 17 00:00:00 2001 From: Deepak Verma Date: Mon, 8 Jul 2024 22:17:49 +0530 Subject: [PATCH] corrected name for landingzone --- locals.management_groups.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locals.management_groups.tf b/locals.management_groups.tf index 44b2a960c..fdf4b3345 100644 --- a/locals.management_groups.tf +++ b/locals.management_groups.tf @@ -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"]