diff --git a/builtin/providers/digitalocean/resource_digitalocean_droplet.go b/builtin/providers/digitalocean/resource_digitalocean_droplet.go index 264ded329..d39cc8a66 100644 --- a/builtin/providers/digitalocean/resource_digitalocean_droplet.go +++ b/builtin/providers/digitalocean/resource_digitalocean_droplet.go @@ -393,7 +393,7 @@ func power_on_and_wait(id string, client *digitalocean.Client) error { return err } - // Wait for power off + // Wait for power on _, err = WaitForDropletAttribute( id, "active", []string{"off"}, "status", client)