Skip to content

Commit

Permalink
disable versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
ashle001 committed Sep 14, 2020
1 parent 92da786 commit 5c7b7fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ resource "aws_s3_bucket" "this" {
}

versioning {
enabled = true
#enabled = true
enabled = false
}

logging {
Expand Down

0 comments on commit 5c7b7fa

Please sign in to comment.