update 2 tests to match the new output
These 2 tests were matching the old-style state strings, and the only change is to module outputs which are no longer marshaled.
This commit is contained in:
parent
fe3edb8e46
commit
aa8a0f063c
|
@ -406,9 +406,7 @@ module.child:
|
|||
<no state>
|
||||
Outputs:
|
||||
|
||||
aws_access_key = YYYYY
|
||||
aws_route53_zone_id = XXXX
|
||||
aws_secret_key = ZZZZ
|
||||
`
|
||||
|
||||
const testTerraformApplyDependsCreateBeforeStr = `
|
||||
|
@ -693,11 +691,6 @@ foo = bar
|
|||
|
||||
const testTerraformApplyOutputOrphanModuleStr = `
|
||||
<no state>
|
||||
module.child:
|
||||
<no state>
|
||||
Outputs:
|
||||
|
||||
foo = bar
|
||||
`
|
||||
|
||||
const testTerraformApplyProvisionerStr = `
|
||||
|
|
Loading…
Reference in New Issue