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.
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:
dnsimple_registered_domain
to allowcontact_id
change.