Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
Sohan Yadav committed Sep 8, 2021
1 parent 2cadcf8 commit ba6d013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ resource "aws_s3_bucket" "s3_default" {
bucket = module.labels.id
force_destroy = var.force_destroy
acl = var.acl
tags = module.labels.tags

versioning {
enabled = var.versioning
Expand Down Expand Up @@ -63,7 +64,6 @@ resource "aws_s3_bucket" "s3_default" {
expiration {
days = var.lifecycle_days_to_expiration
}
tags = module.labels.tags
}

replication_configuration {
Expand Down

0 comments on commit ba6d013

Please sign in to comment.