Skip to content

Commit c0f5f14

Browse files
author
Steven Nemetz
committed
Attempt to fix NLB stickiness issue
1 parent 58a1efa commit c0f5f14

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)