github.com/rjeczalik/terraform@v0.6.7-0.20160812060014-e251d5c7bd39/terraform/test-fixtures/apply-destroy-nested-module-with-attrs/top.tf (about) 1 module "middle" { 2 source = "./middle" 3 param = "foo" 4 }