diff --git a/docs/wiki/examples/starter-module-config/complete-multi-region/config-hub-and-spoke-vnet-multi-region.yaml b/docs/wiki/examples/starter-module-config/complete-multi-region/config-hub-and-spoke-vnet-multi-region.yaml index ecd181b..aa25782 100644 --- a/docs/wiki/examples/starter-module-config/complete-multi-region/config-hub-and-spoke-vnet-multi-region.yaml +++ b/docs/wiki/examples/starter-module-config/complete-multi-region/config-hub-and-spoke-vnet-multi-region.yaml @@ -179,6 +179,7 @@ management_settings_es: location: ${starter_location_01} default_location: ${starter_location_01} deploy_connectivity_resources: false + deploy_management_resources: true root_id: alz root_name: Azure-Landing-Zones root_parent_id: ${root_parent_management_group_id} diff --git a/docs/wiki/examples/starter-module-config/complete-multi-region/config-hub-and-spoke-vnet-single-region.yaml b/docs/wiki/examples/starter-module-config/complete-multi-region/config-hub-and-spoke-vnet-single-region.yaml index dd1b8cb..422a5dd 100644 --- a/docs/wiki/examples/starter-module-config/complete-multi-region/config-hub-and-spoke-vnet-single-region.yaml +++ b/docs/wiki/examples/starter-module-config/complete-multi-region/config-hub-and-spoke-vnet-single-region.yaml @@ -10,6 +10,7 @@ # `subscription_id_connectivity`: The subscription ID of the subscription to deploy the connectivity resources to, sourced from the variable `subscription_id_connectivity`. # `subscription_id_management`: The subscription ID of the subscription to deploy the management resources to, sourced from the variable `subscription_id_management`. +--- connectivity_resource_groups: ddos: location: ${starter_location_01} @@ -120,6 +121,7 @@ management_settings_es: location: ${starter_location_01} default_location: ${starter_location_01} deploy_connectivity_resources: false + deploy_management_resources: true root_id: alz root_name: Azure-Landing-Zones root_parent_id: ${root_parent_management_group_id} diff --git a/docs/wiki/examples/starter-module-config/complete-multi-region/config-virtual-wan-multi-region.yaml b/docs/wiki/examples/starter-module-config/complete-multi-region/config-virtual-wan-multi-region.yaml index 559c92b..f088e57 100644 --- a/docs/wiki/examples/starter-module-config/complete-multi-region/config-virtual-wan-multi-region.yaml +++ b/docs/wiki/examples/starter-module-config/complete-multi-region/config-virtual-wan-multi-region.yaml @@ -10,6 +10,7 @@ # `subscription_id_connectivity`: The subscription ID of the subscription to deploy the connectivity resources to, sourced from the variable `subscription_id_connectivity`. # `subscription_id_management`: The subscription ID of the subscription to deploy the management resources to, sourced from the variable `subscription_id_management`. +--- connectivity_resource_groups: ddos: location: ${starter_location_01} @@ -65,6 +66,7 @@ management_settings_es: location: ${starter_location_01} default_location: ${starter_location_01} deploy_connectivity_resources: false + deploy_management_resources: true root_id: alz root_name: Azure-Landing-Zones root_parent_id: ${root_parent_management_group_id} diff --git a/docs/wiki/examples/starter-module-config/complete-multi-region/config-virtual-wan-single-region.yaml b/docs/wiki/examples/starter-module-config/complete-multi-region/config-virtual-wan-single-region.yaml index af751b0..1c4a474 100644 --- a/docs/wiki/examples/starter-module-config/complete-multi-region/config-virtual-wan-single-region.yaml +++ b/docs/wiki/examples/starter-module-config/complete-multi-region/config-virtual-wan-single-region.yaml @@ -10,6 +10,7 @@ # `subscription_id_connectivity`: The subscription ID of the subscription to deploy the connectivity resources to, sourced from the variable `subscription_id_connectivity`. # `subscription_id_management`: The subscription ID of the subscription to deploy the management resources to, sourced from the variable `subscription_id_management`. +--- connectivity_resource_groups: ddos: location: ${starter_location_01} @@ -62,6 +63,7 @@ management_settings_es: location: ${starter_location_01} default_location: ${starter_location_01} deploy_connectivity_resources: false + deploy_management_resources: true root_id: alz root_name: Azure-Landing-Zones root_parent_id: ${root_parent_management_group_id}