Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add missing management resources for exmaples #224

Merged
merged 1 commit into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading