From b37c2c76b4553a8d18df92ed111e618e2d1bf255 Mon Sep 17 00:00:00 2001 From: Matthew Burtless Date: Wed, 22 Jan 2020 13:56:18 -0500 Subject: [PATCH] Update Documentation For IPv4 Only Fields (#108) Updates resource and datasource documentation for ipv4 only fields --- website/docs/d/zone.html.markdown | 5 +++-- website/docs/r/zone.html.markdown | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/website/docs/d/zone.html.markdown b/website/docs/d/zone.html.markdown index 31de6fc2..a0cc60fc 100644 --- a/website/docs/d/zone.html.markdown +++ b/website/docs/d/zone.html.markdown @@ -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. diff --git a/website/docs/r/zone.html.markdown b/website/docs/r/zone.html.markdown index 97810111..d295dc24 100644 --- a/website/docs/r/zone.html.markdown +++ b/website/docs/r/zone.html.markdown @@ -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