From cdc8623a90eae282c399f225124a586589a7507d Mon Sep 17 00:00:00 2001 From: Jared Holgate Date: Mon, 21 Oct 2024 15:03:36 +0100 Subject: [PATCH] fix: add missing management resources for exmaples (#224) # Pull Request ## Description Missing management resource deployment in default examples. ## License By submitting this pull request, I confirm that my contribution is made under the terms of the projects associated license. --- .../config-hub-and-spoke-vnet-multi-region.yaml | 1 + .../config-hub-and-spoke-vnet-single-region.yaml | 2 ++ .../complete-multi-region/config-virtual-wan-multi-region.yaml | 2 ++ .../complete-multi-region/config-virtual-wan-single-region.yaml | 2 ++ 4 files changed, 7 insertions(+) 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}