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

     1  resource "test_resource" "resource" {}
     2  
     3  output "id" {
     4    value = test_resource.resource.id
     5  }