github.com/aznashwan/terraform@v0.4.3-0.20151118032030-21f93ca4558d/terraform/test-fixtures/transform-provider-disable/main.tf (about) 1 variable "foo" {} 2 3 module "child" { 4 source = "./child" 5 6 value = "${var.foo}" 7 }