From 73217f39929d10735a4da66fabc4ef978c025ff8 Mon Sep 17 00:00:00 2001 From: lonegunmanb Date: Mon, 18 Sep 2023 13:54:01 +0800 Subject: [PATCH] amend missing data source attributes (#23279) --- website/docs/d/public_ip.html.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/docs/d/public_ip.html.markdown b/website/docs/d/public_ip.html.markdown index 311bd6967149..2fd9d2b25849 100644 --- a/website/docs/d/public_ip.html.markdown +++ b/website/docs/d/public_ip.html.markdown @@ -102,6 +102,7 @@ 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. @@ -109,6 +110,8 @@ output "public_ip_address" { * `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.