Update target_groups.tf reduced healthcheck interval.
This commit is contained in:
parent
137aa883ac
commit
29f042f705
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ resource "aws_alb_target_group" "target_group_this" {
|
|||
cookie_duration = "300"
|
||||
}
|
||||
health_check {
|
||||
interval = "60"
|
||||
interval = "30"
|
||||
path = "/health"
|
||||
port = "80"
|
||||
healthy_threshold = "2"
|
||||
|
|
|
|||
Loading…
Reference in a new issue