output "backfill_spotify_internal_id_bucket_name" {
    value = "${aws_s3_bucket.backfill_spotify_internal_id_bucket.id}"
}

output "backfill_spotify_internal_id_files_bucket_name" {
    value = "${aws_s3_bucket.backfill_spotify_internal_id_files_bucket.id}"
}

output "backfill_spotify_internal_id_bucket_arn" {
    description = "ARN of the created lambda bucket"
    value       = "${aws_s3_bucket.backfill_spotify_internal_id_bucket.arn}"
}

output "backfill_spotify_internal_id_files_bucket_arn" {
    description = "ARN of the created files bucket"
    value       = "${aws_s3_bucket.backfill_spotify_internal_id_files_bucket.arn}"
}
