Skip to content

Commit

Permalink
disable versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
ashle001 committed Oct 22, 2020
1 parent d3b455f commit b24bee1
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 = true
enabled = false
}

logging {
Expand Down

0 comments on commit b24bee1

Please sign in to comment.