diff --git a/terraform/node_module_expand.go b/terraform/node_module_expand.go index bc36b18727..8e0729fb84 100644 --- a/terraform/node_module_expand.go +++ b/terraform/node_module_expand.go @@ -86,7 +86,7 @@ func (n *nodeExpandModule) EvalTree() EvalNode { } } -// nodeRootModule represents an expanded module during apply, and is visited +// nodeCloseModule represents an expanded module during apply, and is visited // after all other module instance nodes. This node will depend on all module // instance resource and outputs, and anything depending on the module should // wait on this node.