--- # For detailed instructions on using this file, visit: # https://github.com/Azure/ALZ-PowerShell-Module/wiki/%5BUser-Guide%5D-Quick-Start-Phase-2-Local#2232-local-file-system-with-terraform # Basic Inputs iac: "terraform" bootstrap: "alz_local" starter: "sovereign_landing_zone" # Shared Interface Inputs bootstrap_location: "" starter_locations: [""] # NOTE: SLZ only support a single region by design root_parent_management_group_id: "" subscription_id_management: "" subscription_id_identity: "" subscription_id_connectivity: "" # Bootstrap Inputs target_directory: "" create_bootstrap_resources_in_azure: false bootstrap_subscription_id: "" 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: [] az_firewall_policies_enabled: true bastion_outbound_ssh_rdp_ports: ["22", "3389"] custom_subnets: { AzureBastionSubnet: { address_prefixes: "10.20.15.0/24", name: "AzureBastionSubnet", networkSecurityGroupId: "", routeTableId: "" }, AzureFirewallSubnet: { address_prefixes: "10.20.254.0/24", name: "AzureFirewallSubnet", networkSecurityGroupId: "", routeTableId: "" }, GatewaySubnet: { address_prefixes: "10.20.252.0/24", name: "GatewaySubnet", networkSecurityGroupId: "", routeTableId: "" } } customer: "Country/Region" customer_policy_sets: {} default_postfix: "" default_prefix: "slz" deploy_bastion: true deploy_ddos_protection: true deploy_hub_network: true deploy_log_analytics_workspace: true enable_firewall: true enable_telemetry: true express_route_gateway_config: {name: "noconfigEr"} hub_network_address_prefix: "10.20.0.0/16" landing_zone_management_group_children: {} log_analytics_workspace_retention_in_days: "365" ms_defender_for_cloud_email_security_contact: "security_contact@replaceme.com" policy_assignment_enforcement_mode: "Default" policy_effect: "Deny" policy_exemptions: {} subscription_billing_scope: "" tags: {} use_premium_firewall: true vpn_gateway_config: {name: "noconfigVpn"} # Advanced Inputs bootstrap_module_version: "latest" starter_module_version: "latest"