Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

azurerm_application_gateway - datasource support for backend_http_settings, global, gateway_ip_configuration and more attributes. #23318

Merged
merged 7 commits into from
Oct 12, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix lint
  • Loading branch information
teowa committed Sep 19, 2023
commit 77f31de24b3441a9f309413e6ead983f00200928
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