dnsimple / terraform-provider-dnsimple

Terraform DNSimple provider.
https://www.terraform.io/docs/providers/dnsimple/
Mozilla Public License 2.0
21 stars 20 forks source link

[Feature] Disable DNS hosting and change domain delegation #54

Closed anton-kyrylenko closed 9 months ago

anton-kyrylenko commented 2 years ago

Good afternoon. Is it possible to disable the hosted_dns domain option through this provider and set your own dns servers to serve the domain delegation (not subdomain)? Thanks dnsimple-delegation DNS hosted

DXTimer commented 1 year ago

Hey @anton-kyrylenko, thanks for the feedback.

Enable/Disable DNS Hosting - As it's not something currently supported by our API, I've noted down your interest and will update you when the feature has been implemented.

Change of Delegation i.e. name servers - This feature is currently supported by our API. A good idea will consider this for future development.

DXTimer commented 1 year ago

@anton-kyrylenko happy to share that we released v1.1.0 of the provider which introduced the dnsimple_domain_delegation resource, that allows for the management of the domain delegation when a domain is registered with DNSimple.

DXTimer commented 1 year ago

We have just shipped new endpoints to Activate/Deactivate Zones https://github.com/dnsimple/dnsimple-developer/pull/499 enabling us to implement the feature in our resources.

DXTimer commented 9 months ago

I'm happy to share that the zone active statement management has been released as part of the new dnsimple_zone resource. You can now manage the resolution of your zones. The change was made as part of v1.4.0.