diff --git a/terraform/node_output_orphan.go b/terraform/node_output_orphan.go index 636a15df1..0fd1554a9 100644 --- a/terraform/node_output_orphan.go +++ b/terraform/node_output_orphan.go @@ -19,6 +19,11 @@ func (n *NodeOutputOrphan) Name() string { return result } +// GraphNodeReferenceable +func (n *NodeOutputOrphan) ReferenceableName() []string { + return []string{"output." + n.OutputName} +} + // GraphNodeSubPath func (n *NodeOutputOrphan) Path() []string { return n.PathValue