Merge pull request #1993 from PeopleNet/doc-fix
Remove notes about nameservers only being available for public zones.
This commit is contained in:
commit
d16f5d8196
|
@ -49,10 +49,6 @@ resource "aws_route53_record" "dev-ns" {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
~> **NOTE:** The `name_servers` set is populated only for public Hosted Zones.
|
|
||||||
Private Zones will contain any empty set since AWS does not return a `DelegationSet`
|
|
||||||
for private Hosted Zones.
|
|
||||||
|
|
||||||
## Argument Reference
|
## Argument Reference
|
||||||
|
|
||||||
The following arguments are supported:
|
The following arguments are supported:
|
||||||
|
@ -67,5 +63,5 @@ The following arguments are supported:
|
||||||
The following attributes are exported:
|
The following attributes are exported:
|
||||||
|
|
||||||
* `zone_id` - The Hosted Zone ID. This can be referenced by zone records.
|
* `zone_id` - The Hosted Zone ID. This can be referenced by zone records.
|
||||||
* `name_servers` - A list of name servers in a default delegation set. Supported only for Public Hosted Zones.
|
* `name_servers` - A list of name servers in a default delegation set.
|
||||||
Find more about delegation sets in [AWS docs](http://docs.aws.amazon.com/Route53/latest/APIReference/actions-on-reusable-delegation-sets.html).
|
Find more about delegation sets in [AWS docs](http://docs.aws.amazon.com/Route53/latest/APIReference/actions-on-reusable-delegation-sets.html).
|
||||||
|
|
Loading…
Reference in New Issue