resource "aws_s3_bucket" "sqs_queue_tagger_bucket" {
    bucket = "${var.environment}-${var.sqs_queue_tagger_bucket_name}"
    acl    = "private"
}
