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 03cdf9d commit d326e15Copy full SHA for d326e15
main.tf
@@ -558,7 +558,7 @@ resource "aws_lb_target_group" "this" {
558
content {
559
cookie_duration = try(stickiness.value.cookie_duration, null)
560
cookie_name = try(stickiness.value.cookie_name, null)
561
- enabled = try(stickiness.value.enabled, true)
+ enabled = try(stickiness.value.enabled, false)
562
type = var.load_balancer_type == "network" ? "source_ip" : stickiness.value.type
563
}
564
0 commit comments