(MODE-11365) Added slow_start and deregistration_delay to target_group.
This commit is contained in:
parent
998c3f08e6
commit
ed51a35753
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,8 @@ resource "aws_alb_target_group" "target_group_this" {
|
||||||
port = "80"
|
port = "80"
|
||||||
protocol = "HTTP"
|
protocol = "HTTP"
|
||||||
vpc_id = "${data.terraform_remote_state.mono_vpc.vpc_id[0]}"
|
vpc_id = "${data.terraform_remote_state.mono_vpc.vpc_id[0]}"
|
||||||
|
slow_start = 120
|
||||||
|
deregistration_delay = 150
|
||||||
stickiness {
|
stickiness {
|
||||||
type = "lb_cookie"
|
type = "lb_cookie"
|
||||||
enabled = true
|
enabled = true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue