Files
opentf/command/views/json/testdata/diagnostic/error-with-source-code-unavailable.json
2021-05-04 08:31:39 -04:00

19 lines
288 B
JSON

{
"severity": "error",
"summary": "Bad news",
"detail": "It went wrong",
"range": {
"filename": "modules/oops/missing.tf",
"start": {
"line": 1,
"column": 6,
"byte": 5
},
"end": {
"line": 2,
"column": 12,
"byte": 33
}
}
}