rtizzy / terraform-provider-vultr

This is a terraform provider for the Vultr cloud. This has been forked from the unmaintained version started by @rgl.
Mozilla Public License 2.0
17 stars 3 forks source link

Implement Vultr DNS support #2

Open rtizzy opened 7 years ago

rtizzy commented 7 years ago

See title.

rtizzy commented 7 years ago

started porting this over from the CloudFlare provider. Still working on understanding the difference between ZoneID and ZoneName.

I believe ZoneName is provided by the user and ZoneID is computed. ZoneName is compared against ZoneID to confirm it's existence.

I believe the equivalent in the upstream Vultr lib is

https://github.com/JamesClonk/vultr/blob/master/lib/dns.go#L10-L14

More investigation needed.