mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -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()
|
_, err = stateConf.WaitForState()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return fmt.Errorf(
|
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)
|
vID, iID, err)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user