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.
This commit is contained in:
parent
d9239e1f48
commit
bcadbb2ddb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue