variable "aws_region" {
  description = "AWS region"
  default     = "us-east-1"
}

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

variable "service_name" {
  default = "insights-playlist-freshness-tests"
}

variable "application_family" {
  description = "Application family of which this is a component. Used for tagging"
  default     = "cypress"
}

variable "get_playlist_batches_from_snowflake" {
  default = "get-playlist-batches-from-snowflake"
}
