Skip to content

Commit fc3a90f

Browse files
committed
add labels
1 parent c3bf09f commit fc3a90f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ resource "aws_s3_bucket" "s3_default" {
3333

3434
bucket = module.labels.id
3535
force_destroy = var.force_destroy
36+
tags = module.labels.tags
3637

3738
dynamic "object_lock_configuration" {
3839
for_each = var.object_lock_configuration != null ? [1] : []

0 commit comments

Comments
 (0)