mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-10 08:03:08 -06:00
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
Block a user