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 c19de34 commit e53db35Copy full SHA for e53db35
variables.tf
@@ -138,10 +138,6 @@ variable "minimum_load_balancer_capacity" {
138
description = "Minimum capacity for a load balancer. Only valid for Load Balancers of type `application` or `network`"
139
type = number
140
default = null
141
- validation {
142
- condition = var.minimum_load_balancer_capacity == null || contains(["application", "network"], var.load_balancer_type)
143
- error_message = "The minimum_load_balancer_capacity variable is only valid for load balancers of type 'application' or 'network'."
144
- }
145
}
146
147
variable "name" {
0 commit comments