/
githubmirror
/
terraform
Обзор
Документация
Войти
/
githubmirror
/
terraform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
internal/command/testdata/validate-invalid/missing_var/output.json
34 строки
919 B
Alisdair McDiarmid
json-output: Release format version 1.0
06 окт 2021, 18:13
06 окт 2021, 18:13
b9f3dab
Код
Авторство
О чём код?
{ "format_version": "1.0", "valid": false, "error_count": 1, "warning_count": 0, "diagnostics": [ { "severity": "error", "summary": "Reference to undeclared input variable", "detail": "An input variable with the name \"description\" has not been declared. This variable can be declared with a variable \"description\" {} block.", "range": { "filename": "testdata/validate-invalid/missing_var/main.tf", "start": { "line": 6, "column": 21, "byte": 117 }, "end": { "line": 6, "column": 36, "byte": 132 } }, "snippet": { "context": "resource \"test_instance\" \"foo\"", "code": " description = var.description", "start_line": 6, "highlight_start_offset": 20, "highlight_end_offset": 35, "values": [] } } ] }