terraform: destroy nodes should call post state update hook

This commit is contained in:
Mitchell Hashimoto 2016-09-19 10:04:09 -07:00
parent 56b4521d8f
commit ceb5c53d56
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A
1 changed files with 1 additions and 0 deletions

View File

@ -147,6 +147,7 @@ func (n *NodeDestroyResource) EvalTree() EvalNode {
State: &state,
Error: &err,
},
&EvalUpdateStateHook{},
},
},
}