Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Documentation For IPv4 Only Fields #108

Merged
merged 2 commits into from
Jan 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions website/docs/d/zone.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ data "ns1_zone" "example" {
In addition to the argument above, the following are exported:

* `link` - The linked target zone.
* `primary` - The primary ip.
* `additional_primaries` - List of additional IPs for the primary zone.
* `primary` - The primary zones' IPv4 address.
* `additional_primaries` - List of additional IPv4 addresses for the primary
zone.
* `ttl` - The SOA TTL.
* `refresh` - The SOA Refresh.
* `retry` - The SOA Retry.
Expand Down
4 changes: 2 additions & 2 deletions website/docs/r/zone.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ The following arguments are supported:

* `zone` - (Required) The domain name of the zone.
* `link` - (Optional) The target zone(domain name) to link to.
* `primary` - (Optional) The primary zones' IP. This makes the zone a
* `primary` - (Optional) The primary zones' IPv4 address. This makes the zone a
secondary. Conflicts with `secondaries`.
* `additional_primaries` - (Optional) List of additional IPs for the primary
* `additional_primaries` - (Optional) List of additional IPv4 addresses for the primary
zone. Conflicts with `secondaries`.
* `ttl` - (Optional/Computed) The SOA TTL.
* `refresh` - (Optional/Computed) The SOA Refresh. Conflicts with `primary` and
Expand Down