From 3dbd6ea3a984e07ed31e893907fe4a591bf87b2f Mon Sep 17 00:00:00 2001 From: James Bardin Date: Fri, 29 May 2020 10:18:33 -0400 Subject: [PATCH] remove stale comment --- terraform/node_module_expand.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/terraform/node_module_expand.go b/terraform/node_module_expand.go index 99827f428..100df907a 100644 --- a/terraform/node_module_expand.go +++ b/terraform/node_module_expand.go @@ -37,9 +37,6 @@ func (n *nodeExpandModule) Name() string { // GraphNodeModulePath implementation func (n *nodeExpandModule) ModulePath() addrs.Module { - // This node represents the module call within a module, - // so return the CallerAddr as the path as the module - // call may expand into multiple child instances return n.Addr }