variable aws_region {
  default     = "us-east-1"
  description = "Fargate aws region."
}

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

variable service_name {
  default = "swf-spotify-backfill"
}

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

variable "AWS_REGION" {
  description = "AWS region name"
}

variable "SNOWFLAKE_USER" {
  description = "Snowflake user"
}

variable "SWF_DOMAIN" {
  description = "SWF domain name"
}

variable "SNOWFLAKE_SCHEMA" {
  description = "Snowflake schema"
}

variable "SNOWFLAKE_WAREHOUSE" {
  description = "Snowflake schema"
}

variable "FEED_INGESTION_DATA_BUCKET" {
  description = "Ingestion s3 bucket"
}

variable "SNOWFLAKE_ACCOUNT" {
  description = "Snowflake account name"
}

variable "SNOWFLAKE_DATABASE" {
  description = "Snowflake database"
}

variable "LOGGLY_URI" {
  description = "Logger dsn"
}

variable "FEED_INGESTION_SNS_TOPIC" {
  description = "Feed ingestion sns topic"
}

variable "FEED_INGESTION_TABLE" {
  description = "Feed ingestion dynamo table name"
}

variable "SNOWFLAKE_ROLE" {
  description = "Snowflake role"
}

variable "SPOTIFY_API_LICENSOR_SME" {
  description = "sme spotify licensor name"
}

variable "SPOTIFY_API_LICENSOR_THEORCHARD" {
  description = "theorchard spotify licensor name"
}

variable "SPOTIFY_API_VERSION" {
  description = "spotify api version"
}
