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:
parent
c89f1fea63
commit
78b8400766
|
@ -1003,7 +1003,7 @@ foo_num = bar
|
||||||
`
|
`
|
||||||
|
|
||||||
const testTerraformApplyUnknownAttrStr = `
|
const testTerraformApplyUnknownAttrStr = `
|
||||||
aws_instance.foo:
|
aws_instance.foo: (tainted)
|
||||||
ID = foo
|
ID = foo
|
||||||
provider = provider.aws
|
provider = provider.aws
|
||||||
num = 2
|
num = 2
|
||||||
|
|
Loading…
Reference in New Issue