mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-01-09 17:01:07 -05:00
In line with the other complex JSON output formats for plan and provider schema, here we add an explicit `format_version` field to the JSON output of terraform validate.
8 lines
110 B
JSON
8 lines
110 B
JSON
{
|
|
"format_version": "0.1",
|
|
"valid": true,
|
|
"error_count": 0,
|
|
"warning_count": 0,
|
|
"diagnostics": []
|
|
}
|