Files
opentf/internal/command/jsonentities/testdata/diagnostic/error-with-source-code-unavailable.json
2025-07-14 14:12:03 -03: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
}
}
}