Fix typo in s3_bucket resource

This commit is contained in:
Vlad Ungureanu 2017-02-16 18:53:59 +00:00
parent 16a2d37fe6
commit 954d53177d
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ resource "aws_s3_bucket" "versioning_bucket" {
bucket = "my-versioning-bucket" bucket = "my-versioning-bucket"
acl = "private" acl = "private"
versioning { versioning {
enabled = false enabled = true
} }
lifecycle_rule { lifecycle_rule {
prefix = "config/" prefix = "config/"