--- # 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/azuredevops/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/azuredevops/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 ## Decision 10: Bootstrap Networking and Agents use_self_hosted_agents: true use_private_networking: true ## Decision 11: Version Control System Settings azure_devops_personal_access_token: "" # Can also be supplied via environment variable TF_VAR_azure_devops_personal_access_token azure_devops_agents_personal_access_token: "" # Can also be supplied via environment variable TF_VAR_azure_devops_agents_personal_access_token azure_devops_organization_name: "" azure_devops_project_name: "" apply_approvers: [""] # Basic Inputs (Do not modify) iac_type: "bicep" bootstrap_module_name: "alz_azuredevops" starter_module_name: "platform_landing_zone"