diff --git a/main.tf b/main.tf index da50af8b..fd40984c 100644 --- a/main.tf +++ b/main.tf @@ -37,7 +37,7 @@ resource "aws_s3_bucket" "default" { count = local.enabled ? 1 : 0 bucket = local.bucket_name force_destroy = var.force_destroy - + tags = module.this.tags }