-
Notifications
You must be signed in to change notification settings - Fork 264
Reconfigure API timeouts #617
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
771e474
6fca79a
7a033a1
a287207
7ec208f
83cfb47
ca8fae5
04a5bd0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -310,8 +310,9 @@ resource "google_compute_url_map" "orch_map" { | |
|
|
||
| ### IPv4 block ### | ||
| resource "google_compute_target_https_proxy" "default" { | ||
| name = "${var.prefix}https-proxy" | ||
| url_map = google_compute_url_map.orch_map.self_link | ||
| name = "${var.prefix}https-proxy" | ||
| url_map = google_compute_url_map.orch_map.self_link | ||
| http_keep_alive_timeout_sec = 540 | ||
|
||
|
|
||
| certificate_map = "//certificatemanager.googleapis.com/${google_certificate_manager_certificate_map.certificate_map.id}" | ||
| } | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.