terraform: update comment

This commit is contained in:
Mitchell Hashimoto 2016-09-16 00:14:06 -07:00
parent f2aa880625
commit 6376c4ca9b
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A
1 changed files with 5 additions and 1 deletions

View File

@ -47,7 +47,11 @@ func (t *OutputTransformer) transform(g *Graph, m *module.Tree) error {
// Add all outputs here
for _, o := range os {
// Build the node
// Build the node.
//
// NOTE: For now this is just an "applyable" output. As we build
// new graph builders for the other operations I suspect we'll
// find a way to parameterize this, require new transforms, etc.
node := &NodeApplyableOutput{
PathValue: normalizeModulePath(m.Path()),
Config: o,