Skip to content

Commit

Permalink
amend missing data source attributes (hashicorp#23279)
Browse files Browse the repository at this point in the history
  • Loading branch information
lonegunmanb authored Sep 18, 2023
1 parent 46e3766 commit 73217f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/docs/d/public_ip.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,16 @@ output "public_ip_address" {
## Attributes Reference

* `id` - The ID of the Public IP address.
* `allocation_method` - The allocation method for this IP address. Possible values are `Static` or `Dynamic`.
* `domain_name_label` - The label for the Domain Name.
* `idle_timeout_in_minutes` - Specifies the timeout for the TCP idle connection.
* `ddos_protection_mode` - The DDoS protection mode of the public IP.
* `ddos_protection_plan_id` - The ID of DDoS protection plan associated with the public IP.
* `fqdn` - Fully qualified domain name of the A DNS record associated with the public IP. This is the concatenation of the domainNameLabel and the regionalized DNS zone.
* `ip_address` - The IP address value that was allocated.
* `ip_version` - The IP version being used, for example `IPv4` or `IPv6`.
* `location` - The region that this public ip exists.
* `reverse_fqdn` - The fully qualified domain name that resolves to this public IP address.
* `sku` - The SKU of the Public IP.
* `ip_tags` - A mapping of tags to assigned to the resource.
* `tags` - A mapping of tags to assigned to the resource.
Expand Down

0 comments on commit 73217f3

Please sign in to comment.