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:
James Bardin 2019-12-18 15:12:10 -05:00
parent fe3edb8e46
commit aa8a0f063c
1 changed files with 0 additions and 7 deletions

View File

@ -406,9 +406,7 @@ module.child:
<no state> <no state>
Outputs: Outputs:
aws_access_key = YYYYY
aws_route53_zone_id = XXXX aws_route53_zone_id = XXXX
aws_secret_key = ZZZZ
` `
const testTerraformApplyDependsCreateBeforeStr = ` const testTerraformApplyDependsCreateBeforeStr = `
@ -693,11 +691,6 @@ foo = bar
const testTerraformApplyOutputOrphanModuleStr = ` const testTerraformApplyOutputOrphanModuleStr = `
<no state> <no state>
module.child:
<no state>
Outputs:
foo = bar
` `
const testTerraformApplyProvisionerStr = ` const testTerraformApplyProvisionerStr = `