terraform: forgot the docs :(
This commit is contained in:
parent
960ba73f1d
commit
7b305d1f41
|
@ -134,8 +134,10 @@ func (n *EvalWriteState) Type() EvalType {
|
||||||
return EvalTypeNull
|
return EvalTypeNull
|
||||||
}
|
}
|
||||||
|
|
||||||
// EvalDeposeState is an EvalNode implementation that reads the
|
// EvalDeposeState is an EvalNode implementation that takes the primary
|
||||||
// InstanceState for a specific resource out of the state.
|
// 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 {
|
type EvalDeposeState struct {
|
||||||
Name string
|
Name string
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue