Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
teowa committed Sep 19, 2023
1 parent a4d566e commit 77f31de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ func dataSourceApplicationGateway() *pluginsdk.Resource {
},
},

"ssl_policy": &pluginsdk.Schema{
"ssl_policy": {
Type: pluginsdk.TypeList,
Computed: true,
Elem: &pluginsdk.Resource{
Expand Down
2 changes: 0 additions & 2 deletions website/docs/d/application_gateway.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 77f31de

Please sign in to comment.