Skip to content

Commit 7c2a193

Browse files
authored
Merge pull request #31 from clouddrove/issue-68
add labels
2 parents c3bf09f + fc3a90f commit 7c2a193

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)