Update terraform/node_module_expand.go

Co-Authored-By: Kristin Laemmert <mildwonkey@users.noreply.github.com>
This commit is contained in:
James Bardin 2020-04-03 09:30:25 -04:00 committed by GitHub
parent 841b0f66c8
commit 4e0b6d5467
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.