Skip to content

Commit

Permalink
Merge pull request hashicorp#359 from terraform-providers/paddy_95_dn…
Browse files Browse the repository at this point in the history
…s_ns

dns: Add special handling for ns records.
  • Loading branch information
paddycarver authored Nov 8, 2017
2 parents f260129 + 8dd1876 commit 88b1905
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/r/dns_record_set.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ description: |-

Manages a set of DNS records within Google Cloud DNS.

~> **Note:** The Google Cloud DNS API requires NS records be present at all
times. To accommodate this, when creating NS records, the default records
Google automatically creates will be silently overwritten. Also, when
destroying NS records, Terraform will not actually remove NS records, but will
report that it did.

## Example Usage

### Binding a DNS name to the ephemeral IP of a new instance:
Expand Down

0 comments on commit 88b1905

Please sign in to comment.