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

  team_handle        = "vector"
  team_name          = "Very Efficient Conduit To Our Stores (VECTOR)"
  team_members       = ["it@theorchard.com"]
  team_slack_channel = "#vector-notifications"

  github_teams = ["@theorchard/vector-team"]
}
