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 service_name {
  default = "ows-features"
}

variable SENTRY_DSN {
  default = ""
}

variable LOGGER_DSN {
  default = ""
}

variable LOGGER_LEVEL {}

variable REDIS_URL {
  default = ""
}

variable REDIS_CACHE_TTL {
  description = "TTL in seconds"
}

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

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