github.com/handlerbot/terraform@v0.10.0-beta1.0.20180726153736-26b68d98f9cb/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  }