From 28dc465e47ad850bef289b3e59e4fa5ea8a2ffbc Mon Sep 17 00:00:00 2001 From: Modular Magician Date: Tue, 18 Apr 2023 15:28:52 +0000 Subject: [PATCH] update quic_override (#7734) Co-authored-by: Edward Sun Signed-off-by: Modular Magician --- .changelog/7734.txt | 3 +++ google-beta/resource_compute_target_https_proxy.go | 3 +-- website/docs/r/compute_target_https_proxy.html.markdown | 3 +-- 3 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 .changelog/7734.txt diff --git a/.changelog/7734.txt b/.changelog/7734.txt new file mode 100644 index 0000000000..8ec013c069 --- /dev/null +++ b/.changelog/7734.txt @@ -0,0 +1,3 @@ +```release-note:none + +``` diff --git a/google-beta/resource_compute_target_https_proxy.go b/google-beta/resource_compute_target_https_proxy.go index 4de84dabff..92bb37ce28 100644 --- a/google-beta/resource_compute_target_https_proxy.go +++ b/google-beta/resource_compute_target_https_proxy.go @@ -88,8 +88,7 @@ this target proxy has a loadBalancingScheme set to INTERNAL_SELF_MANAGED.`, Description: `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. Default value: "NONE" Possible values: ["NONE", "ENABLE", "DISABLE"]`, +specified, Google manages whether QUIC is used. Default value: "NONE" Possible values: ["NONE", "ENABLE", "DISABLE"]`, Default: "NONE", }, "ssl_certificates": { diff --git a/website/docs/r/compute_target_https_proxy.html.markdown b/website/docs/r/compute_target_https_proxy.html.markdown index d267f88d33..b8ff9cb3fb 100644 --- a/website/docs/r/compute_target_https_proxy.html.markdown +++ b/website/docs/r/compute_target_https_proxy.html.markdown @@ -123,8 +123,7 @@ The following arguments are supported: 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. + specified, Google manages whether QUIC is used. Default value is `NONE`. Possible values are: `NONE`, `ENABLE`, `DISABLE`.