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

     1  run "run" {
     2    command = apply
     3  
     4    assert {
     5      condition     = module.first.id != 0
     6      error_message = "Fail"
     7    }
     8  }