resource "sentry_team" "datasci" {
  organization = "gdb"
  name         = "datasci"
  slug         = "datasci"
}
