terraform: remove an inaccurate TODO
This commit is contained in:
parent
f74a27d75f
commit
ac7e494697
|
@ -1662,8 +1662,6 @@ func (n *GraphNodeResource) Expand() (*depgraph.Graph, error) {
|
|||
}
|
||||
|
||||
if n.State != nil {
|
||||
// TODO: orphans
|
||||
|
||||
// Add the tainted resources
|
||||
graphAddTainted(g, n.State)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue