Open ryansch opened 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.
terraform taint
It's not a showstopper, just a nice to have.
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.