Skip to content
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.

Commit

Permalink
NLB target groups only support stickiness setting source_ip (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
trobinsonpp committed Oct 9, 2020
1 parent b998559 commit 6b3cc0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ resource "aws_lb_target_group" "share_keys_web_server_lb_target_group" {
deregistration_delay = 120
tags = merge(var.tags)
stickiness {
type = "lb_cookie"
type = "source_ip"
enabled = false
}
}
Expand Down

0 comments on commit 6b3cc0c

Please sign in to comment.