From 4e0b6d5467d68b7127e699bcaf7ef2aa930ce185 Mon Sep 17 00:00:00 2001 From: James Bardin Date: Fri, 3 Apr 2020 09:30:25 -0400 Subject: [PATCH] Update terraform/node_module_expand.go Co-Authored-By: Kristin Laemmert --- terraform/node_module_expand.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/node_module_expand.go b/terraform/node_module_expand.go index bc36b1872..8e0729fb8 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.