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     = "dev"
  description = "Available values: dev, qa, prod."
}

variable SENTRY_DSN {}

variable LOGGER_DSN {}

variable LOGGER_LEVEL {}

variable REDIS_URL {}

variable REDIS_CACHE_TTL {
    description = "TTL in seconds"
}

variable DATADOG_ENV {
  default     = "dev-ows-features"
}

variable DD_APM_ANALYZED_SPANS {
  default = "flask|flask.request=1,requests|requests.request=1"
}
