Skip to content

Commit

Permalink
azurerm_application_gateway - update the document about `frontend_ip_…
Browse files Browse the repository at this point in the history
…configuration.public_ip_address_id` (hashicorp#11741)

* azurerm_application_gateway - update the document about `frontend_ip_configuration.public_ip_address_id`

* Update website/docs/r/application_gateway.html.markdown

Co-authored-by: Tom Bamford <[email protected]>
  • Loading branch information
2 people authored and favoretti committed May 26, 2021
1 parent 6fbda5e commit 5710e3b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions website/docs/r/application_gateway.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,7 @@ A `frontend_ip_configuration` block supports the following:

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

* `public_ip_address_id` - (Optional) The ID of a Public IP Address which the Application Gateway should use.

-> **NOTE:** The Allocation Method for this Public IP Address should be set to `Dynamic`.
* `public_ip_address_id` - (Optional) The ID of a Public IP Address which the Application Gateway should use. The allocation method for the Public IP Address depends on the `sku` of this Application Gateway. Please refer to the [Azure documentation for public IP addresses](https://docs.microsoft.com/en-us/azure/virtual-network/public-ip-addresses#application-gateways) for details.

* `private_ip_address_allocation` - (Optional) The Allocation Method for the Private IP Address. Possible values are `Dynamic` and `Static`.

Expand Down

0 comments on commit 5710e3b

Please sign in to comment.