(MODE-11365) Added slow_start and deregistration_delay to target_group.

This commit is contained in:
Sokratis Siozos-Drosos 2019-04-24 17:41:50 +02:00
parent 998c3f08e6
commit ed51a35753

View file

@ -3,6 +3,8 @@ resource "aws_alb_target_group" "target_group_this" {
port = "80"
protocol = "HTTP"
vpc_id = "${data.terraform_remote_state.mono_vpc.vpc_id[0]}"
slow_start = 120
deregistration_delay = 150
stickiness {
type = "lb_cookie"
enabled = true