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

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

variable service_name {
  default = "swf-amazon-music"
}

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

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

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 "FEED_INGESTION_DROP_BUCKET" {
  description = "Feed ingestion s3 drop bucket"
}

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