26 lines
532 B
JSON
26 lines
532 B
JSON
{
|
|
"valid": false,
|
|
"error_count": 1,
|
|
"warning_count": 0,
|
|
"diagnostics": [
|
|
{
|
|
"severity": "error",
|
|
"summary": "Unsupported block type",
|
|
"detail": "Blocks of type \"resorce\" are not expected here. Did you mean \"resource\"?",
|
|
"range": {
|
|
"filename": "testdata/validate-invalid/main.tf",
|
|
"start": {
|
|
"line": 1,
|
|
"column": 1,
|
|
"byte": 0
|
|
},
|
|
"end": {
|
|
"line": 1,
|
|
"column": 8,
|
|
"byte": 7
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|