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

     1  run "not_exists" {
     2    assert {
     3      condition = output.something_that_does_not_exist == null
     4      error_message = "Should fail for Reference to undeclared output value"
     5    }
     6  }