github.com/opentofu/opentofu@v1.7.1/internal/tofu/testdata/apply-destroy-nested-module-with-attrs/top.tf (about)

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