mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-22 21:02:08 -04:00
cli: Add format version to validate -json output
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.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"format_version": "0.1",
|
||||
"valid": false,
|
||||
"error_count": 2,
|
||||
"warning_count": 0,
|
||||
|
||||
Reference in New Issue
Block a user