opentofu/internal/command/jsonentities/testdata/diagnostic/error-with-source-code-unavailable.json
Diógenes Fernandes 3ff2dedd4b
refactor: separate entities from views/json into a new package (#3025)
Signed-off-by: Diogenes Fernandes <diofeher@gmail.com>
2025-07-14 14:12:03 -03:00

18 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
}
}
}