core: Fix TestContext2Apply_outputOrphanModule
This is caused just be a slight difference in the new implementation of stringifying state.
This commit is contained in:
parent
90faaf9f80
commit
b6e9a5e5a4
|
@ -626,6 +626,7 @@ foo = bar
|
||||||
`
|
`
|
||||||
|
|
||||||
const testTerraformApplyOutputOrphanModuleStr = `
|
const testTerraformApplyOutputOrphanModuleStr = `
|
||||||
|
<no state>
|
||||||
module.child:
|
module.child:
|
||||||
<no state>
|
<no state>
|
||||||
Outputs:
|
Outputs:
|
||||||
|
|
Loading…
Reference in New Issue