terraform-provider-ovh icon indicating copy to clipboard operation
terraform-provider-ovh copied to clipboard

refactor: remove ovh_vrack_dedicated_server

Open Arnoways opened this issue 2 years ago • 0 comments

From the testing I did, using "ovh_vrack_dedicated_server" through terraform did not work. I tried using the API calls directly without sucess, hence this commit:

Removing this resource as the API call it executes is tagged as "LEGACY" in ovh's API and does not work anymore. We should favor ovh_vrack_dedicated_server_interface which calls functional routes and avoids confusion. I also updated the example for this resource to be more dynamic so the user will know they won't have to manually search for their interfaces' IDs.

Signed-off-by: Arnaud SINAYS [email protected]

Arnoways avatar Oct 07 '22 14:10 Arnoways