From bcadbb2ddbfc9fcf0c8224088074529214c26fa3 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Tue, 29 May 2018 15:34:06 -0700 Subject: [PATCH] core: Update plan graph builder tests for new provider edges Due to the need for schema in order to resolve references in expressions, we now create additional provider dependency edges when a node refers to an attribute from a resource. --- terraform/graph_builder_plan_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/terraform/graph_builder_plan_test.go b/terraform/graph_builder_plan_test.go index 108d80a5db..84aaadc99a 100644 --- a/terraform/graph_builder_plan_test.go +++ b/terraform/graph_builder_plan_test.go @@ -88,6 +88,7 @@ aws_security_group.firewall provider.aws local.instance_id aws_instance.web + provider.aws meta.count-boundary (count boundary fixup) aws_instance.web aws_load_balancer.weblb