--- # Required Inputs # This section contains the required inputs to bootstrap the Platform Landing Zone # For more detail on these inputs, visit: https://aka.ms/alz/acc/phase0 # For advanced configuration options, any variable available in the bootstrap module can be set in this file # You can find them here: https://aka.ms/alz/acc/bootstrap/local/variables ## Decision 4: Bootstrap Resource Azure Region bootstrap_location: "" ## Decision 6: Parent Management Group root_parent_management_group_id: "" # Leave empty to use Tenant Root Group ## Decision 7: Platform Subscriptions subscription_ids: management: "" identity: "" connectivity: "" security: "" ## Decision 8: Bootstrap Resource Subscription bootstrap_subscription_id: "" # Leave empty to use the subscription connected to Azure CLI ## Decision 9: Bootstrap Resource Naming. # Default names can be found here: https://aka.ms/alz/acc/bootstrap/local/resourcenames # For fully custom naming see the FAQ here: https://aka.ms/alz/acc/faq/bootstrap service_name: "alz" environment_name: "mgmt" postfix_number: 1 # Local Specific Inputs ## Whether to create bootstrap resource in Azure # This is not required if you plan to setup you own Identities, etc. create_bootstrap_resources_in_azure: true ## Whether to grant permissions for the current Azure CLI user to be able to deploy the Platform Landing Zones # This is not required if you plan to configure a third-party Version Control System grant_permissions_to_current_user: true ## Target Directory for generated files # Leave empty to use the standard output directory target_directory: "" # Basic Inputs (Do not modify) iac_type: "bicep" bootstrap_module_name: "alz_local" starter_module_name: "platform_landing_zone"