variable "regions" { type = list(string) } variable "network_size" { type = number default = 256 } variable "bgp_network" { type = list(string) } variable "cloud_asn" { type = string } variable "project_id" { type = string } variable "vpc_prefix" { type = string } variable "um_vpn_endpoint" { type = list(object({ ip = string asn = string })) }