Skip to content

Commit 7d1920e

Browse files
Add maxStreamDuration to global UrlMap (#13037) (#922)
[upstream:a58b66f1a3bba584c8c537cdb7ef2750104a83ea] Signed-off-by: Modular Magician <[email protected]>
1 parent 67070b7 commit 7d1920e

File tree

1 file changed

+4
-0
lines changed
  • url_map_traffic_director_path_partial

1 file changed

+4
-0
lines changed

url_map_traffic_director_path_partial/main.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ resource "google_compute_url_map" "urlmap" {
4343
}
4444
}
4545
}
46+
max_stream_duration {
47+
nanos = 500000
48+
seconds = 9
49+
}
4650
}
4751
}
4852
}

0 commit comments

Comments
 (0)