Skip to content

Commit fa2ead8

Browse files
committed
HTTP Keep-alive Timeout: Add field httpKeepAliveTimeoutSec to resources google_compute_region_target_http_proxy and google_compute_region_target_https_proxy
1 parent 899e435 commit fa2ead8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

mmv1/products/compute/RegionTargetHttpProxy.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,3 @@ properties:
120120
not specified, a default value (600 seconds) will be used. For Regional
121121
HTTP(S) load balancer, the minimum allowed value is 5 seconds and the
122122
maximum allowed value is 600 seconds.
123-

mmv1/templates/terraform/examples/region_target_https_proxy_http_keep_alive_timeout.tf.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
resource "google_compute_region_target_https_proxy" "<%= ctx[:primary_resource_id] %>" {
22
region = "us-central1"
33
name = "<%= ctx[:vars]['region_target_https_proxy_name'] %>"
4-
http_keep_alive_timeout_sec = 610
4+
http_keep_alive_timeout_sec = 600
55
url_map = google_compute_region_url_map.default.id
66
ssl_certificates = [google_compute_ssl_certificate.default.id]
77
}

0 commit comments

Comments
 (0)