terraform-provider-vultr icon indicating copy to clipboard operation
terraform-provider-vultr copied to clipboard

Implement Vultr DNS support

Open rtizzy opened this issue 8 years ago • 1 comments

See title.

rtizzy avatar Mar 14 '17 08:03 rtizzy

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.

rtizzy avatar May 11 '17 19:05 rtizzy