mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-12 00:16:18 -06:00
go vet caught wrong number of params passed to error message
This commit is contained in:
parent
f7e71a21ae
commit
d9551866f4
@ -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
Block a user