diff --git a/s3/variables.tf b/s3/variables.tf index 1efa007..c140427 100644 --- a/s3/variables.tf +++ b/s3/variables.tf @@ -27,5 +27,5 @@ variable "kms_key_arn" { variable "abort_incomplete_multipart_upload_days" { description = "The number of days to keep an incomplete multipart upload before it is deleted" - default = 30 + default = 7 }