You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an issue in the documentation, indeed the resource doesn't support import and we don't plan to add this feature as it doesn't really make sense (the resource itself represents a volatile task and may be converted to an ephemeral resource in the future as it has no real lifecycle). We'll fix the documentation to remove this part.
Regarding the migration process, we are aware that it is missing from the documentation. We are writing it at the moment so it should be available in a few days.
A quick summary of the process is:
Import all your dedicated servers into ovh_dedicated_server resources
Add your installation parameters in the new fields of the resource (customizations, storage, properties) with a lifecycle keyword to make sure that the next apply won't reinstall your servers:
Describe the bug
resource ovh_dedicated_server_reinstall_task doesn't support import
Terraform Version
Terraform v1.11.1
OVH Terraform Provider Version
v2.0.0
Affected Resource(s)
Please list the resources as a list, for example:
Terraform Configuration Files
I changed ovh_dedicated_server_install_task to ovh_dedicated_server_reinstall_task
It then wants to reinstall my servers, so I tried importing the reinstall task, but it wouldn't work
Expected Behavior
ovh_dedicated_server_reinstall_task should work according to the docs.
Actual Behavior
resource ovh_dedicated_server_reinstall_task doesn't support import
The text was updated successfully, but these errors were encountered: