github.com/kjmkznr/terraform@v0.5.2-0.20180216194316-1d0f5fdac99e/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 }