module "youtube_audit_sentry_project" {
  source = "git@github.com:theorchard/terraform-sentry.git//?ref=5.0.0"

  environment        = var.environment
  platform           = "python-fastapi"
  service_name       = var.service_name
  application_family = var.application_family
  teams              = ["business-solutions-${var.environment}"]
}
