github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/terraform/testdata/apply-destroy-nested-module-with-attrs/top.tf (about) 1 module "middle" { 2 source = "./middle" 3 param = "foo" 4 }