From 65e126614d16139a8687c7102e22bbfce45054e7 Mon Sep 17 00:00:00 2001 From: Andrew Urwin Date: Wed, 27 Feb 2019 12:13:28 +0000 Subject: [PATCH] adding http2 to optional arguments in docs --- website/docs/r/application_gateway.html.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/r/application_gateway.html.markdown b/website/docs/r/application_gateway.html.markdown index 10a54861d987..4d9509e6c55f 100644 --- a/website/docs/r/application_gateway.html.markdown +++ b/website/docs/r/application_gateway.html.markdown @@ -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.