github.com/pulumi/terraform@v1.4.0/pkg/configs/testdata/provider-reqs/child/grandchild/provider-reqs-grandchild.tf (about) 1 # There is no provider in required_providers called "grandchild", so this 2 # implicitly declares a dependency on "hashicorp/grandchild". 3 resource "grandchild_foo" "bar" { 4 }