github.com/r3vit/terraform@v0.11.9-beta1.0.20181016131357-87d05607d3c5/terraform/test-fixtures/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 }