mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-29 10:21:01 -06:00
terraform: comment
This commit is contained in:
parent
7c3e355bb0
commit
6d56a2ac86
@ -53,6 +53,8 @@ func (t *FlattenTransformer) Transform(g *Graph) error {
|
||||
|
||||
// Go through the subgraph and flatten all the nodes
|
||||
for _, sv := range subgraph.Vertices() {
|
||||
// If the vertex already has a subpath then we assume it has
|
||||
// already been flattened. Ignore it.
|
||||
if _, ok := sv.(GraphNodeSubPath); ok {
|
||||
continue
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user