civo / terraform-provider-civo

Terraform Civo provider
https://www.civo.com
Mozilla Public License 2.0
65 stars 51 forks source link

Check for Resource Already Exist Error before retry #243

Open uzaxirr opened 1 week ago

uzaxirr commented 1 week ago

Fixes: #234

uzaxirr commented 1 week ago

@vishalanarase there are a ton of errors in the SDK not feasible to check for all of them. Duplicate name is the most common one hence checking for that only to improve the experience. for other errors tf will error out after all the retry. But for Duplicate Resource it will error out immediately without retry.