Skip to content

Commit 0e33921

Browse files
modular-magicianEdward Sun
andauthored
update quic_override (#7734) (#5500)
Signed-off-by: Modular Magician <[email protected]> Co-authored-by: Edward Sun <[email protected]>
1 parent e6cb985 commit 0e33921

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.changelog/7734.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

google-beta/resource_compute_target_https_proxy.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ this target proxy has a loadBalancingScheme set to INTERNAL_SELF_MANAGED.`,
8888
Description: `Specifies the QUIC override policy for this resource. This determines
8989
whether the load balancer will attempt to negotiate QUIC with clients
9090
or not. Can specify one of NONE, ENABLE, or DISABLE. If NONE is
91-
specified, uses the QUIC policy with no user overrides, which is
92-
equivalent to DISABLE. Default value: "NONE" Possible values: ["NONE", "ENABLE", "DISABLE"]`,
91+
specified, Google manages whether QUIC is used. Default value: "NONE" Possible values: ["NONE", "ENABLE", "DISABLE"]`,
9392
Default: "NONE",
9493
},
9594
"ssl_certificates": {

website/docs/r/compute_target_https_proxy.html.markdown

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,7 @@ The following arguments are supported:
123123
Specifies the QUIC override policy for this resource. This determines
124124
whether the load balancer will attempt to negotiate QUIC with clients
125125
or not. Can specify one of NONE, ENABLE, or DISABLE. If NONE is
126-
specified, uses the QUIC policy with no user overrides, which is
127-
equivalent to DISABLE.
126+
specified, Google manages whether QUIC is used.
128127
Default value is `NONE`.
129128
Possible values are: `NONE`, `ENABLE`, `DISABLE`.
130129

0 commit comments

Comments
 (0)