github.com/ben-turner/terraform@v0.11.8-0.20180503104400-0cc9e050ecd4/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 }