providers/digitalocean: be more lenient for droplets 404ing on creation
This commit is contained in:
parent
c180487af6
commit
8ab4d37f7c
|
@ -366,6 +366,11 @@ func WaitForDropletAttribute(
|
|||
Timeout: 60 * time.Minute,
|
||||
Delay: 10 * time.Second,
|
||||
MinTimeout: 3 * time.Second,
|
||||
|
||||
// This is a hack around DO API strangeness.
|
||||
// https://github.com/hashicorp/terraform/issues/481
|
||||
//
|
||||
NotFoundChecks: 60,
|
||||
}
|
||||
|
||||
return stateConf.WaitForState()
|
||||
|
|
Loading…
Reference in New Issue