Skip to content

Commit

Permalink
Less than
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Potsides committed Oct 22, 2024
1 parent 1ad4bbd commit ba8a678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ variable "cloudfront_lambda_function_association" {
}))
default = []
validation {
condition = length(var.cloudfront_lambda_function_association) >= 2
condition = length(var.cloudfront_lambda_function_association) <= 2
error_message = "Only up to 2 cloudfront_lambda_function_associations are allowed"
}
}
Expand Down

0 comments on commit ba8a678

Please sign in to comment.