From d1f95ea6a7db98f5231536b63c8cb821e667d541 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Tue, 25 Sep 2018 17:16:10 -0700 Subject: [PATCH] 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. --- terraform/terraform_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/terraform/terraform_test.go b/terraform/terraform_test.go index 7b67ebf3f..650ebe8c6 100644 --- a/terraform/terraform_test.go +++ b/terraform/terraform_test.go @@ -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