diff --git a/bucket.tf b/bucket.tf index eac61b0..63ef030 100644 --- a/bucket.tf +++ b/bucket.tf @@ -36,6 +36,6 @@ resource "aws_s3_bucket_versioning" "mybucket" { bucket = aws_s3_bucket.mybucket.id versioning_configuration { - status = "enabled" + status = "Enabled" } } \ No newline at end of file