Skip to content

Commit

Permalink
add quic_override to google_compute_target_https_proxy (hashicorp…
Browse files Browse the repository at this point in the history
  • Loading branch information
modular-magician authored and danawillow committed Jun 29, 2018
1 parent fe32a49 commit e23c43e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/r/compute_target_https_proxy.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e23c43e

Please sign in to comment.