github.com/richardbowden/terraform@v0.6.12-0.20160901200758-30ea22c25211/terraform/test-fixtures/apply-destroy-nested-module-with-attrs/top.tf (about) 1 module "middle" { 2 source = "./middle" 3 param = "foo" 4 }