github.com/hashicorp/terraform-plugin-sdk@v1.17.2/terraform/testdata/module-deps-implicit-provider/main.tf (about) 1 2 resource "foo_bar" "test1" { 3 4 } 5 6 resource "foo_bar" "test2" { 7 provider = "foo.baz" 8 }