You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that during preprocessing when we try to find the vertex that is being references we assume the nodes are both peer'd at "root/" which fails to hold true when we're talking about nodes under a module. We need to figure out what the correct vertex peer is to make sure we're referencing the right vertex. The naive solution is straightforward but I want to ensure that we don't break things for the case where we have multiple modules that may be referencing their own versions of the same node.
For example,
samples/query.hcl
at the root does work:but if you include it as a module, you get dependency resolution errors. Add a file called
samples/query-parent.hcl
with the following contentsThe text was updated successfully, but these errors were encountered: