fly-apps / terraform-provider-fly

Terraform provider for the Fly.io API
BSD 3-Clause "New" or "Revised" License
113 stars 37 forks source link

Replacing a fly machine should wait for the old one to be "destroyed" #143

Open ryansch opened 1 year ago

ryansch commented 1 year ago

I'm using terraform taint to replace a fly machine that needs to use an updated image. It takes a bit for the fly api to respond that the old machine is destroyed and terraform throws 422 errors during that time.

It's not a showstopper, just a nice to have.