Merge pull request #2249 from hashicorp/scaling-error

provider/aws: clarify scaling timeout error
This commit is contained in:
Chris Bednarski 2015-06-05 14:24:08 -07:00
commit 71203d1ef9
1 changed files with 1 additions and 1 deletions

View File

@ -462,7 +462,7 @@ func waitForASGCapacity(d *schema.ResourceData, meta interface{}) error {
return nil
}
return fmt.Errorf("Still need to wait for more healthy instances.")
return fmt.Errorf("Still need to wait for more healthy instances. This could mean instances failed to launch. See Scaling History for more information.")
})
}