Skip to content

Commit

Permalink
Add DNS PTR record to Compute Instance (hashicorp#1349)
Browse files Browse the repository at this point in the history
  • Loading branch information
nat-henderson authored Apr 20, 2018
1 parent a4e59fd commit fa9d230
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/r/compute_instance.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,11 @@ The `access_config` block supports:
* `nat_ip` - (Optional) The IP address that will be 1:1 mapped to the instance's
network ip. If not given, one will be generated.

* `public_ptr_domain_name` - (Optional) The DNS domain name for the public PTR record.
To set this field on an instance, you must be verified as the owner of the domain.
See [the docs](https://cloud.google.com/compute/docs/instances/create-ptr-record) for how
to become verified as a domain owner.

The `alias_ip_range` block supports:

* `ip_cidr_range` - The IP CIDR range represented by this alias IP range. This IP CIDR range
Expand Down

0 comments on commit fa9d230

Please sign in to comment.