parent
a07270b605
commit
a65b0cce7c
|
@ -212,7 +212,7 @@ func testAccAWSEFSMountTargetDisappears(mount *efs.MountTargetDescription) resou
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
return resource.RetryableError(fmt.Errorf(
|
return resource.RetryableError(fmt.Errorf(
|
||||||
"Waiting for EFS mount target: %s", mount.MountTargetId))
|
"Waiting for EFS mount target: %s", *mount.MountTargetId))
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue