terraform: update comment
This commit is contained in:
parent
f2aa880625
commit
6376c4ca9b
|
@ -47,7 +47,11 @@ func (t *OutputTransformer) transform(g *Graph, m *module.Tree) error {
|
||||||
|
|
||||||
// Add all outputs here
|
// Add all outputs here
|
||||||
for _, o := range os {
|
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{
|
node := &NodeApplyableOutput{
|
||||||
PathValue: normalizeModulePath(m.Path()),
|
PathValue: normalizeModulePath(m.Path()),
|
||||||
Config: o,
|
Config: o,
|
||||||
|
|
Loading…
Reference in New Issue