module "haproxy" {
  source = "../../modules/haproxy"

  environment  = "dev"
  cluster_name = "avl_internal"
  teams        = ["team1", "team2"]
}
