Skip to content

Commit

Permalink
Docs : Fix wrong description of attachment_status property for ` Da…
Browse files Browse the repository at this point in the history
…ta Source: azurerm_public_ips` (#19400)
  • Loading branch information
sinbai authored Nov 23, 2022
1 parent 4ea2559 commit ae26fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/d/public_ips.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ data "azurerm_public_ips" "example" {
## Argument Reference

* `resource_group_name` - Specifies the name of the resource group.
* `attachment_status` - (Optional) Filter to include IP Addresses which are attached to a device, such as a VM/LB (`Attached`) or unattached (`Unattached`). To allow for both, use `All`.
* `attachment_status` - (Optional) Filter to include IP Addresses which are attached to a device, such as a VM/LB (`Attached`) or unattached (`Unattached`).
* `name_prefix` - (Optional) A prefix match used for the IP Addresses `name` field, case sensitive.
* `allocation_type` - (Optional) The Allocation Type for the Public IP Address. Possible values include `Static` or `Dynamic`.

Expand Down

0 comments on commit ae26fcd

Please sign in to comment.