github.com/sl1pm4t/terraform@v0.6.4-0.20170725213156-870617d22df3/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 }