Update target_groups.tf reduced healthcheck interval.

This commit is contained in:
Sokratis Siozos-Drosos 2019-06-25 12:35:58 +02:00 committed by GitHub
parent 137aa883ac
commit 29f042f705
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"