github.com/opentofu/opentofu@v1.7.1/internal/command/testdata/test/pass_module_with_no_resource/first/main.tf (about)

     1  module "second" {
     2    source = "../second"
     3  }
     4  
     5  output "id" {
     6    value = module.second.id
     7  }