terraform: forgot the docs :(

This commit is contained in:
Mitchell Hashimoto 2015-02-13 16:44:50 -08:00
parent 960ba73f1d
commit 7b305d1f41
1 changed files with 4 additions and 2 deletions

View File

@ -134,8 +134,10 @@ func (n *EvalWriteState) Type() EvalType {
return EvalTypeNull
}
// EvalDeposeState is an EvalNode implementation that reads the
// InstanceState for a specific resource out of the state.
// EvalDeposeState is an EvalNode implementation that takes the primary
// out of a state and makes it tainted. This is done at the beggining of
// create-before-destroy calls so that the create can create while preserving
// the old state of the to-be-destroyed resource.
type EvalDeposeState struct {
Name string
}