mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-15 13:00:32 -05:00
19 lines
288 B
JSON
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
|
|
}
|
|
}
|
|
}
|