module "s3" {
  source       = "../../modules/aws-so-s3"
  buckets      = local.s3_buckets
  service_tags = local.tags
}
