diff --git a/modules/aws/images/main.tf b/modules/aws/images/main.tf index 07ce530..63679e4 100644 --- a/modules/aws/images/main.tf +++ b/modules/aws/images/main.tf @@ -27,7 +27,7 @@ resource "aws_s3_bucket" "cat_images_bucket" { force_destroy = true versioning { - enabled = false + enabled = true } lifecycle_rule {