core: Fix TestContext2Apply_unknownAttribute

Now that we're marking errored creates as tainted in the state, the
object created by this test will get marked as tainted due to the error
about it containing an unknown value even after apply.
This commit is contained in:
Martin Atkins 2018-09-17 16:04:45 -07:00
parent c89f1fea63
commit 78b8400766
1 changed files with 1 additions and 1 deletions

View File

@ -1003,7 +1003,7 @@ foo_num = bar
`
const testTerraformApplyUnknownAttrStr = `
aws_instance.foo:
aws_instance.foo: (tainted)
ID = foo
provider = provider.aws
num = 2