Skip to content

Commit

Permalink
add labels
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolnagpal committed Jun 27, 2022
1 parent c3bf09f commit fc3a90f
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 fc3a90f

Please sign in to comment.