Skip to content

Commit

Permalink
fix: Update slz input yaml files. (#221)
Browse files Browse the repository at this point in the history
# 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.
  • Loading branch information
VeronicaSea authored Oct 17, 2024
1 parent bbde5dc commit bda5b74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ allow_storage_access_from_my_ip: false
apply_approvers: ["<email-address>"]
create_branch_policies: true
architecture_definition_name: "slz"
apply_alz_archetypes_via_architecture_definition_template: true

# Sovereign Landing Zone Starter Module Specific Variables
# (Details: https://github.com/Azure/ALZ-PowerShell-Module/wiki/%5BUser-Guide%5D-Starter-Module-Terraform-Sovereign-Landing-Zone)
allowed_locations: []
allowed_locations_for_confidential_computing: []
apply_alz_archetypes_via_architecture_definition_template: true
az_firewall_policies_enabled: true
bastion_outbound_ssh_rdp_ports: ["22", "3389"]
custom_subnets: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ allow_storage_access_from_my_ip: false
apply_approvers: ["<email-address>"]
create_branch_policies: true
architecture_definition_name: "slz"
apply_alz_archetypes_via_architecture_definition_template: true

# Sovereign Landing Zone Starter Module Specific Variables
# (Details: https://github.com/Azure/ALZ-PowerShell-Module/wiki/%5BUser-Guide%5D-Starter-Module-Terraform-Sovereign-Landing-Zone)
allowed_locations: []
allowed_locations_for_confidential_computing: []
apply_alz_archetypes_via_architecture_definition_template: true
az_firewall_policies_enabled: true
bastion_outbound_ssh_rdp_ports: ["22", "3389"]
custom_subnets: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ service_name: "slz"
environment_name: "mgmt"
postfix_number: 1
architecture_definition_name: "slz"
apply_alz_archetypes_via_architecture_definition_template: true

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

0 comments on commit bda5b74

Please sign in to comment.