Skip to content

Commit 472e815

Browse files
committed
fix: Validation error.
1 parent af965f7 commit 472e815

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

variables.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,6 @@ variable "noncurrent_version_expiration_days" {
6767
condition = var.noncurrent_version_expiration_days > 0
6868
error_message = "Noncurrent version expiration days must be greater than 0."
6969
}
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-
}
7570
}
7671

7772
variable "storage_class_transitions" {

0 commit comments

Comments
 (0)