# Elastic Beanstalk environment variables
variable env {
  description = "Available values:  dev, qa, prod."
}

variable SNOWFLAKE_ACCOUNT {
  description = "Name of Snowflake account."
}

variable SNOWFLAKE_ROLE {
  description = "Name of role in Snowflake. Ex. DEV_ENGINEERING."
}

variable SNOWFLAKE_WAREHOUSE {
  description = "Name of Snowflake Warehouse."
}

variable SNOWFLAKE_SCHEMA {
  description = "Name of Snowflake Schema."
}

variable SNOWFLAKE_USER {
  description = "Name of Snowflake User."
}

variable LOGGER_DSN {
  description = "Logger DSN"
}

variable SENTRY_DSN {
  description = "Sentry DSN"
}

variable ELASTICSEARCH_HOST {
  description = "ElasticSearch host that contains new conflicts."
}
