Skip to content

Commit 8dd1876

Browse files
committed
Address comments.
Fix typo, add log line, and document what we're doing on the website.
1 parent 7399dca commit 8dd1876

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/r/dns_record_set.markdown

+6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ description: |-
1010

1111
Manages a set of DNS records within Google Cloud DNS.
1212

13+
~> **Note:** The Google Cloud DNS API requires NS records be present at all
14+
times. To accommodate this, when creating NS records, the default records
15+
Google automatically creates will be silently overwritten. Also, when
16+
destroying NS records, Terraform will not actually remove NS records, but will
17+
report that it did.
18+
1319
## Example Usage
1420

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

0 commit comments

Comments
 (0)