26 lines
582 B
JSON
26 lines
582 B
JSON
|
{
|
||
|
"valid": false,
|
||
|
"error_count": 1,
|
||
|
"warning_count": 0,
|
||
|
"diagnostics": [
|
||
|
{
|
||
|
"severity": "error",
|
||
|
"summary": "Invalid reference",
|
||
|
"detail": "A reference to a resource type must be followed by at least one attribute access, specifying the resource name.",
|
||
|
"range": {
|
||
|
"filename": "testdata/validate-invalid/missing_quote/main.tf",
|
||
|
"start": {
|
||
|
"line": 6,
|
||
|
"column": 14,
|
||
|
"byte": 110
|
||
|
},
|
||
|
"end": {
|
||
|
"line": 6,
|
||
|
"column": 18,
|
||
|
"byte": 114
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|