We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af965f7 commit 472e815Copy full SHA for 472e815
1 file changed
variables.tf
@@ -67,11 +67,6 @@ variable "noncurrent_version_expiration_days" {
67
condition = var.noncurrent_version_expiration_days > 0
68
error_message = "Noncurrent version expiration days must be greater than 0."
69
}
70
-
71
- validation {
72
- condition = var.noncurrent_version_expiration_days <= var.abort_incomplete_multipart_upload_days
73
- error_message = "Noncurrent version expiration days must be less than or equal to the abort incomplete multipart upload days."
74
- }
75
76
77
variable "storage_class_transitions" {
0 commit comments