--- # For detailed instructions on using this file, visit: # https://github.com/Azure/ALZ-PowerShell-Module/wiki/%5BUser-Guide%5D-Quick-Start-Phase-2-Azure-DevOps#2212-azure-devops-with-terraform # Basic Inputs iac_type: "terraform" bootstrap_module_name: "alz_azuredevops" starter_module_name: "complete_multi_region" # Shared Interface Inputs bootstrap_location: "" starter_locations: ["", ""] root_parent_management_group_id: "" subscription_id_management: "" subscription_id_identity: "" subscription_id_connectivity: "" # Bootstrap Inputs azure_devops_personal_access_token: "" azure_devops_agents_personal_access_token: "" azure_devops_organization_name: "" use_separate_repository_for_templates: true bootstrap_subscription_id: "" service_name: "alz" environment_name: "mgmt" postfix_number: 1 azure_devops_use_organisation_legacy_url: false azure_devops_create_project: true azure_devops_project_name: "" use_self_hosted_agents: true use_private_networking: true allow_storage_access_from_my_ip: false apply_approvers: [""] create_branch_policies: true # Complete Starter Module Specific Variables # (Details: https://github.com/Azure/ALZ-PowerShell-Module/wiki/%5BUser-Guide%5D-Starter-Module-Terraform-Complete-Multi-Region) configuration_file_path: "" # Only required for the `complete` starter module. NOTE: This must be an absolute path. default_postfix: "" # Advanced Inputs bootstrap_module_version: "latest" starter_module_version: "latest" #output_folder_path: "/accelerator/output"