namecheap / terraform-provider-namecheap

Terraform provider for Namecheap
Apache License 2.0
144 stars 28 forks source link

Feature request: `namecheap_nameserver` resource to register new nameservers #76

Open aplr opened 8 months ago

aplr commented 8 months ago

I'd like to also manage custom nameservers w/ terraform, i.e. use the following API: https://www.namecheap.com/support/api/methods/domains-ns/create/.

However, this provider does not yet support this. Are there any plans to add this?

brookatlas commented 5 months ago

I do not mind taking this. will open a PR in the coming days.

can somebody assign this to me?

edit:

after looking more into this, seems like this will require me first to support this API request in namecheap's go sdk.

this might explain why this is not supported. I guess namecheap importance was to first get DNS records to be programmatible.

I will look into implementing this in another issue in namecheap's SDK

edit 2: it seems like namecheap-sdk-go repo was not touched in a long time. unless someone lets me know my issues will be reviewed, I cannot invest time to let this go to waste....as Much as I want to help, I would like to get response from someone from namecheap's side, before investing into this.

opened a issue: https://github.com/namecheap/go-namecheap-sdk/issues/38

vetal2409 commented 5 months ago

Thanks for your feature suggestion!

We'll consider this request in our next discussion round. While I can't provide a definitive timeline right now, please know that l make sure to keep you updated with the status here.

brookatlas commented 2 months ago

I added full support over the last couple of days for nameservers in the namecheap go sdk.

I will take a look in the coming days into implementing this resource.

@vetal2409 feel free to assign me.