terraform: destroy nodes should call post state update hook
This commit is contained in:
parent
56b4521d8f
commit
ceb5c53d56
|
@ -147,6 +147,7 @@ func (n *NodeDestroyResource) EvalTree() EvalNode {
|
|||
State: &state,
|
||||
Error: &err,
|
||||
},
|
||||
&EvalUpdateStateHook{},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue