From b24bee113e742e0b9af5d6562bd3ae8d50da1e93 Mon Sep 17 00:00:00 2001 From: ashle001 Date: Thu, 22 Oct 2020 14:11:36 -0400 Subject: [PATCH] disable versioning --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 1121787..a3cdcfc 100644 --- a/main.tf +++ b/main.tf @@ -64,7 +64,7 @@ resource "aws_s3_bucket" "this" { } versioning { - enabled = true + enabled = false } logging {