terraform: add a tODO in there, I can't think of a use case yet

This commit is contained in:
Mitchell Hashimoto 2015-01-27 15:04:43 -08:00
parent 8bf725e746
commit d2f3dc8d1f
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@ func (t *TaintedTransformer) Transform(g *Graph) error {
}
}
// TODO: Dependencies?
return nil
}