fix missing deposed key
This commit is contained in:
parent
98b0e62fb9
commit
23112e198a
|
@ -178,7 +178,7 @@ var (
|
||||||
)
|
)
|
||||||
|
|
||||||
func (n *NodeDestroyDeposedResourceInstanceObject) Name() string {
|
func (n *NodeDestroyDeposedResourceInstanceObject) Name() string {
|
||||||
return fmt.Sprintf("%s (destroy deposed %s)", n.Addr.String(), n.DeposedKey)
|
return fmt.Sprintf("%s (destroy deposed %s)", n.ResourceInstanceAddr(), n.DeposedKey)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (n *NodeDestroyDeposedResourceInstanceObject) DeposedInstanceObjectKey() states.DeposedKey {
|
func (n *NodeDestroyDeposedResourceInstanceObject) DeposedInstanceObjectKey() states.DeposedKey {
|
||||||
|
|
Loading…
Reference in New Issue