github.com/trawler/terraform@v0.10.8-0.20171106022149-4b1c7a1d9b48/config/module/test-fixtures/basic-parent-providers/main.tf (about) 1 provider "top" { 2 alias = "foo" 3 value = "from top" 4 } 5 6 module "a" { 7 source = "./a" 8 providers = { 9 "top" = "top.foo" 10 } 11 }