From fc3a90ffac0cd70b2930da0b71fc5c4f0f66f034 Mon Sep 17 00:00:00 2001 From: anmolnagpal Date: Mon, 27 Jun 2022 13:49:01 +0530 Subject: [PATCH] add labels --- main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/main.tf b/main.tf index dddc8ab..0f96b0e 100644 --- a/main.tf +++ b/main.tf @@ -33,6 +33,7 @@ resource "aws_s3_bucket" "s3_default" { bucket = module.labels.id force_destroy = var.force_destroy + tags = module.labels.tags dynamic "object_lock_configuration" { for_each = var.object_lock_configuration != null ? [1] : []