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

variable service_name {
  default = "ows-product-workflow"
}

# non sensitive env variables
variable new_relic_app_name {
  default = "" 
}

variable ar_mysql_host {
  default = "" 
}

variable ar_mysql_port {
  default = "" 
}

variable ar_mysql_database {
  default = "" 
}

variable logger_dsn {
  default = "" 
}

variable sentry_dsn {
  default = "" 
}
