github.com/greysond/terraform@v0.8.5-0.20170124173113-439b5507bbe9/terraform/test-fixtures/plan-module-provider-var/main.tf (about) 1 variable "foo" { default = "bar" } 2 3 module "child" { 4 source = "./child" 5 foo = "${var.foo}" 6 }