Skip to content

Commit

Permalink
Merge pull request #1 from WisePricer/lb-stickiness
Browse files Browse the repository at this point in the history
Attempt to fix NLB stickiness issue
  • Loading branch information
snemetz authored Mar 5, 2018
2 parents 58a1efa + c0f5f14 commit 8284c29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ resource "aws_lb_target_group" "network" {
protocol = "${var.health_check_protocol}"
timeout = "6" # "${var.health_check_timeout}"
}
stickiness = []
tags = "${module.label.tags}"
lifecycle {
create_before_destroy = true
Expand Down

0 comments on commit 8284c29

Please sign in to comment.