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

variable "backfill_spotify_internal_id_bucket_name" {
    description = "Bucket name for artist-store-identifier lambda.(minus the environment prefix)"
    default = "backfill-spotify-internal-id"
}

variable "backfill_spotify_internal_id_files_bucket_name" {
    description = "Bucket name Ops to drop in the files.(minus the environment prefix)"
    default = "backfill-spotify-internal-id-files"
}
