Skip to content

Commit

Permalink
fix: missing corp and online in default examples (#225)
Browse files Browse the repository at this point in the history
# Pull Request

## Description

Add corp and online to the example landing zone config

## 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 cdc8623 commit 0072906
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@ management_settings_es:
default_location: ${starter_location_01}
deploy_connectivity_resources: false
deploy_management_resources: true
deploy_core_landing_zones: true
deploy_corp_landing_zones: true
deploy_online_landing_zones: 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 @@ -122,6 +122,9 @@ management_settings_es:
default_location: ${starter_location_01}
deploy_connectivity_resources: false
deploy_management_resources: true
deploy_core_landing_zones: true
deploy_corp_landing_zones: true
deploy_online_landing_zones: 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 @@ -67,6 +67,9 @@ management_settings_es:
default_location: ${starter_location_01}
deploy_connectivity_resources: false
deploy_management_resources: true
deploy_core_landing_zones: true
deploy_corp_landing_zones: true
deploy_online_landing_zones: 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 @@ -64,6 +64,9 @@ management_settings_es:
default_location: ${starter_location_01}
deploy_connectivity_resources: false
deploy_management_resources: true
deploy_core_landing_zones: true
deploy_corp_landing_zones: true
deploy_online_landing_zones: true
root_id: alz
root_name: Azure-Landing-Zones
root_parent_id: ${root_parent_management_group_id}
Expand Down

0 comments on commit 0072906

Please sign in to comment.