github.com/gabrielperezs/terraform@v0.7.0-rc2.0.20160715084931-f7da2612946f/terraform/test-fixtures/apply-destroy-nested-module-with-attrs/top.tf (about)

     1  module "middle" {
     2    source = "./middle"
     3    param  = "foo"
     4  }