Skip to content

Commit

Permalink
Update Documentation For IPv4 Only Fields (#108)
Browse files Browse the repository at this point in the history
Updates resource and datasource documentation for ipv4 only fields
  • Loading branch information
mburtless authored Jan 22, 2020
1 parent 4fc7b80 commit b37c2c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
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

0 comments on commit b37c2c7

Please sign in to comment.