github.com/handlerbot/terraform@v0.10.0-beta1.0.20180726153736-26b68d98f9cb/terraform/test-fixtures/apply-destroy-nested-module-with-attrs/top.tf (about)

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