Skip to content

Commit 8284c29

Browse files
authored
Merge pull request #1 from WisePricer/lb-stickiness
Attempt to fix NLB stickiness issue
2 parents 58a1efa + c0f5f14 commit 8284c29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ resource "aws_lb_target_group" "network" {
309309
protocol = "${var.health_check_protocol}"
310310
timeout = "6" # "${var.health_check_timeout}"
311311
}
312+
stickiness = []
312313
tags = "${module.label.tags}"
313314
lifecycle {
314315
create_before_destroy = true

0 commit comments

Comments
 (0)