ovh / terraform-provider-ovh

Terraform OVH provider
https://registry.terraform.io/providers/ovh/ovh/latest/docs
Mozilla Public License 2.0
182 stars 133 forks source link

feat: implement name server resource for domains #669

Open PhilippeVienne opened 2 months ago

PhilippeVienne commented 2 months ago

Sure, here's the completed PR template with the provided diff details:

Description

This pull request implements a new feature: the name server resource for domains. Using the /nameServers/update endpoint, this change allows users to update the Name Servers (NS) of a domain registered at OVHCloud. This resource requires a new testing resource of a Domain where the NS can be changed. The changes have been tested on a separate account with a restricted token to ensure proper functionality.

The following files have been updated:

Fixes #146 (issue)

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

The changes have been tested on a separate account with a restricted token. The following tests were conducted to verify the new functionality:

Test Configuration:

Checklist:

PhilippeVienne commented 1 month ago

Hello @rbeuque74 , have you got any update for that PR ?