Skip to content

Commit

Permalink
Attempt to fix NLB stickiness issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Nemetz committed Mar 5, 2018
1 parent 58a1efa commit c0f5f14
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 c0f5f14

Please sign in to comment.