variable "aws_region" {
  default     = "us-east-1"
  description = "Which AWS region to spin up the environment in"
}

variable "sentry_team_name" {
  description = "The name of the sentry team"
  default     = "rti"
}
