Skip to content

Commit

Permalink
enable versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
ashle001 committed Oct 22, 2020
1 parent b24bee1 commit 880d303
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 @@ -64,7 +64,7 @@ resource "aws_s3_bucket" "this" {
}

versioning {
enabled = false
enabled = true
}

logging {
Expand Down

0 comments on commit 880d303

Please sign in to comment.