Merge pull request #2133 from hashicorp/b-volumn-error-params
go vet caught wrong number of params passed to error message
This commit is contained in:
commit
2e1463ba0f
|
@ -82,7 +82,7 @@ func resourceAwsVolumeAttachmentCreate(d *schema.ResourceData, meta interface{})
|
|||
_, err = stateConf.WaitForState()
|
||||
if err != nil {
|
||||
return fmt.Errorf(
|
||||
"Error waiting for Volume (%s) to attach to Instance: %s, error:",
|
||||
"Error waiting for Volume (%s) to attach to Instance: %s, error: %s",
|
||||
vID, iID, err)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue