variable "avl_ip_address" {
  description = "AVL external address"
  default = ""
}

variable "ny_ip_address" {
  description = "NY external address"
  default = ""
}

variable "ny_cust_gw" {
  description = "NY customer gateway ID"
  default = ""
}

variable "avl_routes" {
  type = "map"
}

variable "ny_routes" {
  type = "map"
}
