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-megaphone"
}

variable swf_domain {
  default = "qa_swf_feed_ingestion"
}

variable snowflake_schema {
  default = "QA"
}

variable snowflake_warehouse {
  default = "QA_ETL_WAREHOUSE"
}

variable feed_ingestion_data_bucket {
  default = "orcd-podcast-analytics"
}

variable snowflake_database {
  default = "FACTS"
}

variable feed_ingestion_table {
  default = "qa_feed_ingestion_status"
}
