mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
fix new graph builder test output
This commit is contained in:
parent
1a1ace5930
commit
0e8cf5783e
@ -755,9 +755,11 @@ func TestApplyGraphBuilder_orphanedWithProvider(t *testing.T) {
|
|||||||
|
|
||||||
const testApplyGraphBuilderStr = `
|
const testApplyGraphBuilderStr = `
|
||||||
meta.count-boundary (EachMode fixup)
|
meta.count-boundary (EachMode fixup)
|
||||||
module.child.test_object.other
|
module.child (close)
|
||||||
test_object.other
|
test_object.other
|
||||||
module.child
|
module.child
|
||||||
|
module.child (close)
|
||||||
|
module.child.test_object.other
|
||||||
module.child.test_object.create
|
module.child.test_object.create
|
||||||
module.child.test_object.create (prepare state)
|
module.child.test_object.create (prepare state)
|
||||||
module.child.test_object.create (prepare state)
|
module.child.test_object.create (prepare state)
|
||||||
|
Loading…
Reference in New Issue
Block a user