Skip to content

Commit

Permalink
Merge pull request #7240 from tom-dudley/GH-7227-fix-app-gw-docs
Browse files Browse the repository at this point in the history
GH-7227 Fix application_gateway subnet documentation
  • Loading branch information
tombuildsstuff committed Jun 8, 2020
2 parents 8cb31e9 + c9b9d5e commit 270daae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/application_gateway.html.markdown
Expand Up @@ -252,7 +252,7 @@ A `frontend_ip_configuration` block supports the following:

* `name` - (Required) The name of the Frontend IP Configuration.

* `subnet_id` - (Required) The ID of the Subnet which the Application Gateway should be connected to.
* `subnet_id` - (Optional) The ID of the Subnet.

* `private_ip_address` - (Optional) The Private IP Address to use for the Application Gateway.

Expand All @@ -276,7 +276,7 @@ A `gateway_ip_configuration` block supports the following:

* `name` - (Required) The Name of this Gateway IP Configuration.

* `subnet_id` - (Required) The ID of a Subnet.
* `subnet_id` - (Required) The ID of the Subnet which the Application Gateway should be connected to.

---

Expand Down

0 comments on commit 270daae

Please sign in to comment.