mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-27 17:06:27 -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 = `
|
||||
meta.count-boundary (EachMode fixup)
|
||||
module.child.test_object.other
|
||||
module.child (close)
|
||||
test_object.other
|
||||
module.child
|
||||
module.child (close)
|
||||
module.child.test_object.other
|
||||
module.child.test_object.create
|
||||
module.child.test_object.create (prepare state)
|
||||
module.child.test_object.create (prepare state)
|
||||
|
Loading…
Reference in New Issue
Block a user