Skip to content

Commit

Permalink
fix: add missing management resources for exmaples (#224)
Browse files Browse the repository at this point in the history
# 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.
  • Loading branch information
jaredfholgate authored Oct 21, 2024
1 parent e636be3 commit cdc8623
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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}
Expand Down

0 comments on commit cdc8623

Please sign in to comment.