Skip to content

Commit

Permalink
Public IP Documentation
Browse files Browse the repository at this point in the history
Update to include 'ip_version' for data and resource documentation.
  • Loading branch information
Krueladin committed Oct 5, 2018
1 parent e1c3862 commit 50d5f79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions website/docs/d/public_ip.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,5 @@ output "public_ip_address" {
* `idle_timeout_in_minutes` - Specifies the timeout for the TCP idle connection.
* `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 to use, IPv6 or IPv4. Must be used with a 'dynamic' allocation type.
* `tags` - A mapping of tags to assigned to the resource.
4 changes: 4 additions & 0 deletions website/docs/r/public_ip.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ The following arguments are supported:

~> **Note** `Dynamic` Public IP Addresses aren't allocated until they're assigned to a resource (such as a Virtual Machine or a Load Balancer) by design within Azure - [more information is available below](#ip_address).

* `ip_version` - (Optional) The IP Version to use, IPv6 or IPv4.

-> **Note** Only `dynamic` IP address allocation is supported for IPv6.

* `idle_timeout_in_minutes` - (Optional) Specifies the timeout for the TCP idle connection. The value can be set between 4 and 30 minutes.

* `domain_name_label` - (Optional) Label for the Domain Name. Will be used to make up the FQDN. If a domain name label is specified, an A DNS record is created for the public IP in the Microsoft Azure DNS system.
Expand Down

0 comments on commit 50d5f79

Please sign in to comment.