scenarios/aca-internal/terraform/modules/01-hub/terraform.tfvars (13 lines of code) (raw):
// The name of the workloard that is being deployed. Up to 10 characters long. This wil be used as part of the naming convention (i.e. as defined here: https://learn.microsoft.com/azure/cloud-adoption-framework/ready/azure-best-practices/resource-naming)
workloadName = "lzaaca"
//The name of the environment (e.g. "dev", "test", "prod", "preprod", "staging", "uat", "dr", "qa"). Up to 8 characters long.
environment = "dev"
tags = {}
hubResourceGroupName = ""
vnetAddressPrefixes = ["10.0.0.0/24"]
enableBastion = true
bastionSubnetAddressPrefixes = ["10.0.0.192/26"]
azureFirewallSubnetAddressPrefix = "10.0.0.64/26"
azureFirewallSubnetManagementAddressPrefix = "10.0.0.128/26"
gatewaySubnetAddressPrefix = "10.0.0.0/27"
infraSubnetAddressPrefix = "10.1.0.0/23"