Files
opentf/internal/command/jsonentities/testdata/diagnostic/error-with-multi-line-snippet.json
2025-07-14 14:12:03 -03:00

27 lines
543 B
JSON

{
"severity": "error",
"summary": "In this house we respect booleans",
"detail": "True or false, there is no maybe",
"range": {
"filename": "test.tf",
"start": {
"line": 4,
"column": 11,
"byte": 81
},
"end": {
"line": 4,
"column": 16,
"byte": 86
}
},
"snippet": {
"context": "resource \"test_resource\" \"test\"",
"code": " bar = {\n baz = maybe\n }",
"start_line": 3,
"highlight_start_offset": 20,
"highlight_end_offset": 25,
"values": []
}
}