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-big-hit-spotify"
 }
