Skip to content

Commit a784a70

Browse files
remove specifies
1 parent 902f4cc commit a784a70

File tree

1 file changed

+1
-1
lines changed
  • infrastructure/modules/storage/modules/s3-bucket

1 file changed

+1
-1
lines changed

infrastructure/modules/storage/modules/s3-bucket/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
variable "abort_incomplete_multipart_upload_days" {
2-
description = "Specifies the number of days after which an incomplete multipart upload is aborted."
2+
description = "The number of days after which an incomplete multipart upload is aborted."
33
type = number
44
default = 7
55
}

0 commit comments

Comments
 (0)