variable region {
  default     = "us-east-1"
  description = "All elements of the state machine execution flow have to be placed in the same region."
}

variable environment {
  default     = "prod"
  description = "Available values: dev, qa, prod."
}

variable sentry_dsn {
  default     = "https://edf1f6530cce474dbc72f43ee03d7449:0c29b0f82e194633a828d8546a7e1771@sentry.io/1322265"
  description = "Sentry pool for the artist_info_sync lambda"
}
