You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Frequently we are seeing issues with running terraform apply to create a spot fleet. It times out after 1m yet is actually successful shortly after. We have retries on our applies, so it ends up creating several fleets.
* aws_spot_fleet_request.worker_slave: Error requesting spot fleet: timeout while waiting for state to become 'success' (timeout: 1m0s)
Hi there,
Frequently we are seeing issues with running terraform apply to create a spot fleet. It times out after 1m yet is actually successful shortly after. We have retries on our applies, so it ends up creating several fleets.
We looked at adding https://www.terraform.io/docs/configuration/resources.html#timeouts
However it is not supported for this resources.
The text was updated successfully, but these errors were encountered: