Skip to content

Commit

Permalink
Merge pull request #31 from clouddrove/issue-68
Browse files Browse the repository at this point in the history
add labels
  • Loading branch information
yadavprakash committed Jun 27, 2022
2 parents c3bf09f + fc3a90f commit 7c2a193
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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] : []
Expand Down

0 comments on commit 7c2a193

Please sign in to comment.