Skip to content

Commit

Permalink
Auto Format
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudpossebot committed Jan 30, 2022
1 parent 2ecfc34 commit 94453a2
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 @@ -191,7 +191,7 @@ resource "aws_s3_bucket" "default" {
for_each = try(rules.value.destination.metrics.status, "") == "Enabled" ? [1] : []

content {
status = "Enabled"
status = "Enabled"
minutes = 15
}
}
Expand Down

0 comments on commit 94453a2

Please sign in to comment.