mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-15 19:22:46 -06:00
A close provider should not be an origin node
Removed the `DotOrigin()` func after review of the PR. With this change the PR is up-to-spec to be merged (as just discussed with Paul in IRC).
This commit is contained in:
parent
0b1dbf31a3
commit
110cf8b3d4
@ -348,11 +348,6 @@ func (n *graphNodeCloseProvider) DotNode(name string, opts *GraphDotOpts) *dot.N
|
||||
})
|
||||
}
|
||||
|
||||
// GraphNodeDotterOrigin impl.
|
||||
func (n *graphNodeCloseProvider) DotOrigin() bool {
|
||||
return true
|
||||
}
|
||||
|
||||
// GraphNodeFlattenable impl.
|
||||
func (n *graphNodeCloseProvider) Flatten(p []string) (dag.Vertex, error) {
|
||||
return &graphNodeCloseProviderFlat{
|
||||
|
Loading…
Reference in New Issue
Block a user