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

Manage contact for registered domains #141

Closed DXTimer closed 1 year ago

DXTimer commented 1 year ago

This PR allows for the management of a registered domain's associated contact. To do this we are introducing a new resource called dnsimple_registered_domain_contact that leverages the new Registrant Change API to trigger a contact change for the domain.

In addition, there has been added a new data source dnsimple_registrant_change_check which allows developers to get the requirements needed in order to carry out the contact change and if it will result in an ownership change at the registry. Refer to the documentation for more information on the data source and the new resource.

Belongs to https://github.com/dnsimple/dnsimple-business/issues/1729

To-do:

DXTimer commented 1 year ago

Superseded by https://github.com/dnsimple/terraform-provider-dnsimple/pull/142