From a0845a945180a5eab4ead4bc5f029edabe188969 Mon Sep 17 00:00:00 2001 From: mburtless Date: Wed, 22 Jan 2020 13:23:22 -0500 Subject: [PATCH 1/2] update documentation for ipv4 only fields --- website/docs/r/zone.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From 11988484639fb55a3c2473f01d20c19e05c4a585 Mon Sep 17 00:00:00 2001 From: mburtless Date: Wed, 22 Jan 2020 13:28:53 -0500 Subject: [PATCH 2/2] update documentation for datasource --- website/docs/d/zone.html.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 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.