/
githubmirror
/
terraform
Обзор
Документация
Войти
/
githubmirror
/
terraform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
internal/command/views/json/testdata/diagnostic/error-with-source-code-subject.json
26 строк
531 B
Martin Atkins
Move command/ to internal/command/
18 май 2021, 00:09
18 май 2021, 00:09
ffe056b
Код
Авторство
О чём код?
{ "severity": "error", "summary": "Tiny explosion", "detail": "Unexpected detonation while parsing", "range": { "filename": "test.tf", "start": { "line": 1, "column": 10, "byte": 9 }, "end": { "line": 1, "column": 25, "byte": 24 } }, "snippet": { "context": "resource \"test_resource\" \"test\"", "code": "resource \"test_resource\" \"test\" {", "start_line": 1, "highlight_start_offset": 9, "highlight_end_offset": 24, "values": [] } }