# Phase 1: Initial Deployment Configuration # 5 US Commercial Azure Regions with VMs environment = "prod" location = "westeurope" # Admin region # SSH Configuration vm_admin_username = "besuadmin" ssh_public_key = "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC... your-public-key-here" # Key Vault (optional - will use naming convention if empty) key_vault_name = "" # Resource Group (optional - will use naming convention if empty) resource_group_name = "" # Well-Architected Framework (optional) use_well_architected = false # Tags tags = { Environment = "production" Project = "DeFi Oracle Meta Mainnet" ChainID = "138" ManagedBy = "Terraform" CostCenter = "Blockchain" Owner = "DevOps Team" }