Skip to content

Commit

Permalink
Doc Fix: azurerm_private_endpoint Updating documentation for `priva…
Browse files Browse the repository at this point in the history
…te_ip_address` #8495
  • Loading branch information
raykao authored Sep 17, 2020
1 parent fec30f2 commit 9597a5d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions website/docs/r/private_endpoint.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,6 @@ See the product [documentation](https://docs.microsoft.com/en-us/azure/private-l

* `request_message` - (Optional) A message passed to the owner of the remote resource when the private endpoint attempts to establish the connection to the remote resource. The request message can be a maximum of `140` characters in length. Only valid if `is_manual_connection` is set to `true`.

* `private_ip_address` - (Computed) The private IP address associated with the private endpoint, note that you will have a private IP address assigned to the private endpoint even if the connection request was `Rejected`.

## Attributes Reference

The following attributes are exported:
Expand Down Expand Up @@ -191,6 +189,12 @@ A `private_dns_zone_configs` block exports:

---

A `private_serivce_connection` block exports:

* `private_ip_address` - (Computed) The private IP address associated with the private endpoint, note that you will have a private IP address assigned to the private endpoint even if the connection request was `Rejected`.

---

A `record_sets` block exports:

* `name` - The name of the Private DNS Zone that the config belongs to.
Expand Down

0 comments on commit 9597a5d

Please sign in to comment.