Skip to content

Commit

Permalink
Merge pull request #2963 from ghostinthewires/http2-appgw-doc
Browse files Browse the repository at this point in the history
Adding HTTP2 to optional arguments in docs
  • Loading branch information
tombuildsstuff authored Feb 27, 2019
2 parents 237bc37 + 65e1266 commit 7450dc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/docs/r/application_gateway.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ The following arguments are supported:

* `disabled_ssl_protocols` - (Optional) A list of SSL Protocols which should be disabled on this Application Gateway. Possible values are `TLSv1_0`, `TLSv1_1` and `TLSv1_2`.

* `http2_enabled` - (Optional) Is HTTP2 enabled on the application gateway resource? Defaults to `false`.

* `probe` - (Optional) One or more `probe` blocks as defined below.

* `ssl_certificate` - (Optional) One or more `ssl_certificate` blocks as defined below.
Expand Down

0 comments on commit 7450dc7

Please sign in to comment.