vinyldns / go-vinyldns

Go client package for VinylDNS
Apache License 2.0
7 stars 25 forks source link

Handle Zones pagination and name filter #18

Closed mdb closed 5 years ago

mdb commented 5 years ago

In current implementation, Zones() does not handle VinylDNS zones API pagination and name filter capabilities. It may be necessary to implement a ZoneCollector, similar to RecordSetCollector to do so.

I believe this is likely a necessary feature in addressing terraform-provider-vinyldns issue 9.