All checks were successful
terraform validation / Terraform (push) Successful in 7s
38 lines
2.0 KiB
YAML
38 lines
2.0 KiB
YAML
---
|
|
# 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_type: "terraform"
|
|
bootstrap_module_name: "alz_local"
|
|
starter_module_name: "complete_multi_region"
|
|
|
|
# Shared Interface Inputs
|
|
bootstrap_location: "francecentral"
|
|
starter_locations: ["francecentral", "francesouth"]
|
|
root_parent_management_group_id: "************"
|
|
subscription_id_management: "*************"
|
|
subscription_id_identity: "******"
|
|
subscription_id_connectivity: "1******"
|
|
|
|
# Bootstrap Inputs
|
|
target_directory: "alz-local-001"
|
|
create_bootstrap_resources_in_azure: false
|
|
bootstrap_subscription_id: "e32dabfc-1904-4ae7-a543-1db013b3c60c"
|
|
service_name: "alz"
|
|
environment_name: "mgmt"
|
|
postfix_number: 1
|
|
grant_permissions_to_current_user: true
|
|
|
|
# Complete Multi Region Starter Module Specific Variables
|
|
# (Details: https://github.com/Azure/ALZ-PowerShell-Module/wiki/%5BUser-Guide%5D-Starter-Module-Terraform-Complete-Multi-Region)
|
|
# The detailed configuration can be supplied in a separate file or combined in this file. Examples can be seen here:
|
|
# Hub and Spoke Virtual Network Multi Region: https://raw.githubusercontent.com/wiki/Azure/ALZ-PowerShell-Module/examples/starter-module-config/complete-multi-region/config-hub-and-spoke-vnet-multi-region.yaml
|
|
# Virtual WAN Multi Region: https://raw.githubusercontent.com/wiki/Azure/ALZ-PowerShell-Module/examples/starter-module-config/complete-multi-region/config-virtual-wan-multi-region.yaml
|
|
# Hub and Spoke Virtual Network Single Region: https://raw.githubusercontent.com/wiki/Azure/ALZ-PowerShell-Module/examples/starter-module-config/complete-multi-region/config-hub-and-spoke-vnet-single-region.yaml
|
|
# Virtual WAN Single Region: https://raw.githubusercontent.com/wiki/Azure/ALZ-PowerShell-Module/examples/starter-module-config/complete-multi-region/config-virtual-wan-single-region.yaml
|
|
|
|
# Advanced Inputs
|
|
bootstrap_module_version: "4.1.7"
|
|
starter_module_version: "4.5.8"
|
|
#output_folder_path: "/accelerator/output" |