From cf04f2e9297c35c51dc88812d664dd157c1b44dd Mon Sep 17 00:00:00 2001 From: Sune Keller Date: Mon, 16 Mar 2020 12:48:47 +0100 Subject: [PATCH] Move firewall_policy block to better place in docs Signed-off-by: Sune Keller --- website/docs/r/application_gateway.html.markdown | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/website/docs/r/application_gateway.html.markdown b/website/docs/r/application_gateway.html.markdown index 80a0a3b36e89..5dab03f1b170 100644 --- a/website/docs/r/application_gateway.html.markdown +++ b/website/docs/r/application_gateway.html.markdown @@ -477,12 +477,6 @@ A `exclusion` block supports the following: --- -A `firewall_policy` block supports the following: - -* `id` - (Required) ID of an existing Web Application Firewall Policy with which to associate the Application Gateway - ---- - A `custom_error_configuration` block supports the following: * `status_code` - (Required) Status code of the application gateway customer error. Possible values are `HttpStatus403` and `HttpStatus502` @@ -491,6 +485,12 @@ A `custom_error_configuration` block supports the following: --- +A `firewall_policy` block supports the following: + +* `id` - (Required) ID of an existing Web Application Firewall Policy with which to associate the Application Gateway + +--- + A `redirect_configuration` block supports the following: * `name` - (Required) Unique name of the redirect configuration block