github.com/chentex/terraform@v0.11.2-0.20171208003256-252e8145842e/config/test-fixtures/validate-missing-provider/main.tf (about) 1 provider "test" { 2 alias = "bar" 3 } 4 5 module "mod" { 6 source = "./mod" 7 providers = { 8 "test" = "test.foo" 9 } 10 }