diff --git a/internal/services/network/application_gateway_data_source.go b/internal/services/network/application_gateway_data_source.go index 51d7df6cdf05..fce21bb9c14d 100644 --- a/internal/services/network/application_gateway_data_source.go +++ b/internal/services/network/application_gateway_data_source.go @@ -695,7 +695,7 @@ func dataSourceApplicationGateway() *pluginsdk.Resource { }, }, - "ssl_policy": &pluginsdk.Schema{ + "ssl_policy": { Type: pluginsdk.TypeList, Computed: true, Elem: &pluginsdk.Resource{ diff --git a/website/docs/d/application_gateway.html.markdown b/website/docs/d/application_gateway.html.markdown index 3f79a44f723f..d7340371aa53 100644 --- a/website/docs/d/application_gateway.html.markdown +++ b/website/docs/d/application_gateway.html.markdown @@ -55,8 +55,6 @@ In addition to the Arguments listed above - the following Attributes are exporte * `sku` - A `sku` block as defined below. ---- - * `fips_enabled` - Is FIPS enabled on the Application Gateway? * `global` - A `global` block as defined below.