Skip to content

Commit bda5b74

Browse files
authored
fix: Update slz input yaml files. (#221)
# Pull Request Fix slz input yaml files. ## Description Description of changes: ## License By submitting this pull request, I confirm that my contribution is made under the terms of the projects associated license.
1 parent bbde5dc commit bda5b74

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/wiki/examples/powershell-inputs/inputs-azure-devops-terraform-sovereign-landing-zone.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ allow_storage_access_from_my_ip: false
3333
apply_approvers: ["<email-address>"]
3434
create_branch_policies: true
3535
architecture_definition_name: "slz"
36+
apply_alz_archetypes_via_architecture_definition_template: true
3637

3738
# Sovereign Landing Zone Starter Module Specific Variables
3839
# (Details: https://github.com/Azure/ALZ-PowerShell-Module/wiki/%5BUser-Guide%5D-Starter-Module-Terraform-Sovereign-Landing-Zone)
3940
allowed_locations: []
4041
allowed_locations_for_confidential_computing: []
41-
apply_alz_archetypes_via_architecture_definition_template: true
4242
az_firewall_policies_enabled: true
4343
bastion_outbound_ssh_rdp_ports: ["22", "3389"]
4444
custom_subnets: {

docs/wiki/examples/powershell-inputs/inputs-github-terraform-sovereign-landing-zone.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ allow_storage_access_from_my_ip: false
3030
apply_approvers: ["<email-address>"]
3131
create_branch_policies: true
3232
architecture_definition_name: "slz"
33+
apply_alz_archetypes_via_architecture_definition_template: true
3334

3435
# Sovereign Landing Zone Starter Module Specific Variables
3536
# (Details: https://github.com/Azure/ALZ-PowerShell-Module/wiki/%5BUser-Guide%5D-Starter-Module-Terraform-Sovereign-Landing-Zone)
3637
allowed_locations: []
3738
allowed_locations_for_confidential_computing: []
38-
apply_alz_archetypes_via_architecture_definition_template: true
3939
az_firewall_policies_enabled: true
4040
bastion_outbound_ssh_rdp_ports: ["22", "3389"]
4141
custom_subnets: {

docs/wiki/examples/powershell-inputs/inputs-local-terraform-sovereign-landing-zone.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ service_name: "slz"
2323
environment_name: "mgmt"
2424
postfix_number: 1
2525
architecture_definition_name: "slz"
26+
apply_alz_archetypes_via_architecture_definition_template: true
2627

2728
# Sovereign Landing Zone Starter Module Specific Variables
2829
# (Details: https://github.com/Azure/ALZ-PowerShell-Module/wiki/%5BUser-Guide%5D-Starter-Module-Terraform-Sovereign-Landing-Zone)
2930
allowed_locations: []
3031
allowed_locations_for_confidential_computing: []
31-
apply_alz_archetypes_via_architecture_definition_template: true
3232
az_firewall_policies_enabled: true
3333
bastion_outbound_ssh_rdp_ports: ["22", "3389"]
3434
custom_subnets: {

0 commit comments

Comments
 (0)