From e23c43ec9d11a6fe7aa39c5ffe7d9f62efa858b7 Mon Sep 17 00:00:00 2001 From: The Magician Date: Fri, 29 Jun 2018 15:24:27 -0700 Subject: [PATCH] add `quic_override` to `google_compute_target_https_proxy` (#1718) --- docs/r/compute_target_https_proxy.html.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/r/compute_target_https_proxy.html.markdown b/docs/r/compute_target_https_proxy.html.markdown index 6ae2281de94..b528d3e6a1c 100644 --- a/docs/r/compute_target_https_proxy.html.markdown +++ b/docs/r/compute_target_https_proxy.html.markdown @@ -116,6 +116,14 @@ The following arguments are supported: * `description` - (Optional) An optional description of this resource. +* `quic_override` - + (Optional) + Specifies the QUIC override policy for this resource. This determines + whether the load balancer will attempt to negotiate QUIC with clients + or not. Can specify one of NONE, ENABLE, or DISABLE. If NONE is + specified, uses the QUIC policy with no user overrides, which is + equivalent to DISABLE. Not specifying this field is equivalent to + specifying NONE. * `ssl_policy` - (Optional) A reference to the SslPolicy resource that will be associated with