mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-09 23:54:17 -06:00
parent
a07270b605
commit
a65b0cce7c
@ -212,7 +212,7 @@ func testAccAWSEFSMountTargetDisappears(mount *efs.MountTargetDescription) resou
|
||||
return nil
|
||||
}
|
||||
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