-
Notifications
You must be signed in to change notification settings - Fork 471
Closed
Labels
Description
Vercel has its own DNS service (https://vercel.com/docs/projects/domains/managing-dns-records). Though Vercel doesn't have the official Go API SDK, it does maintain the official terraform provider at https://github.com/vercel/terraform-provider-vercel.
It does have an API client at vercel/terraform-provider-vercel/client/client.go, and DNS related methods at vercel/terraform-provider-vercel/client/dns_record.go.
Please record this provider request and hopefully, someone could implement this. I myself only have very limited Go knowledge, but I could give it a shot if no one else is doing this.
pataquets