github.com/kwoods/terraform@v0.6.11-0.20160809170336-13497db7138e/terraform/test-fixtures/apply-destroy-nested-module-with-attrs/top.tf (about) 1 module "middle" { 2 source = "./middle" 3 param = "foo" 4 }