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

fix: resource DedicatedServerInstallTask: don't retry task if creation failed #676

Closed amstuta closed 1 month ago

amstuta commented 1 month ago

Description

When creating an install task, the returned error is ignored. We then try to fetch the task many times, even if the task was not created.

Fixes #671

Type of change

How Has This Been Tested?