core: Fix TestContext2Apply_Provisioner_compute
Due to a quirk in how testDiffFn constructs its diff, compute doesn't actually get included in the final result anymore under the new shims. This result is still correct, nonetheless.
This commit is contained in:
parent
1cfaf52406
commit
d1f95ea6a7
|
@ -644,7 +644,6 @@ aws_instance.bar:
|
|||
aws_instance.foo:
|
||||
ID = foo
|
||||
provider = provider.aws
|
||||
compute = value
|
||||
num = 2
|
||||
type = aws_instance
|
||||
value = computed_value
|
||||
|
|
Loading…
Reference in New Issue