vultr / terraform-provider-vultr

Terraform Vultr provider
https://www.terraform.io/docs/providers/vultr/
Mozilla Public License 2.0
190 stars 65 forks source link

Add Retry to LB Delete #451

Closed OpenGLShaders closed 6 months ago

OpenGLShaders commented 6 months ago

Description

Add retries to delete on load balancers. Additionally upgrade this file to use retry.StateChangeConf instead of the deprecated resource.StateChangeConf.

There is an issue with the Vultr Update Load Balancer API - it sets healthcheck.path to healthcheck.protocol instead. I'm not sure where to file a bug report, but I have changed the test to work around this issue for now and added some TODO's in the LB code.

Related Issues

Fixes #398

Checklist: