align load balancer timeout

This commit is contained in:
Leonard Cohnen 2022-10-07 03:22:44 +02:00 committed by 3u13r
parent 2e3176f87c
commit 92618d5284

View File

@ -39,6 +39,7 @@ resource "google_compute_backend_service" "backend" {
load_balancing_scheme = "EXTERNAL"
health_checks = [google_compute_health_check.health.self_link]
port_name = var.backend_port_name
timeout_sec = 240
backend {
group = var.backend_instance_group