output "bucket" {
  value = module.settings_bucket.bucket
}

output "bucket_policy" {
  value = aws_s3_bucket_policy.main
}
