github.com/chentex/terraform@v0.11.2-0.20171208003256-252e8145842e/terraform/test-fixtures/apply-destroy-nested-module-with-attrs/top.tf (about) 1 module "middle" { 2 source = "./middle" 3 param = "foo" 4 }