Skip to content

Commit

Permalink
fixup! feat: 🎸 optional enable cross zone lb
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskaransarkaria committed Mar 27, 2024
1 parent 02cfb70 commit f7cd24c
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 @@ -81,7 +81,7 @@ variable "upstream_keepalive_time" {
}

variable "enable_cross_zone_lb" {
description = "Limits the maximum time during which requests can be processed through one keepalive connection. After this time is reached, the connection is closed following the subsequent request processing."
description = "cross-zone load balancing distributes traffic across the registered targets in all enabled Availability Zones"
type = bool
default = true
}
Expand Down

0 comments on commit f7cd24c

Please sign in to comment.