Files
opentf/command/testdata/validate-invalid/missing_defined_var/output.json
Alisdair McDiarmid 46a29b13ed 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.
2021-03-16 09:46:36 -04:00

8 lines
110 B
JSON

{
"format_version": "0.1",
"valid": true,
"error_count": 0,
"warning_count": 0,
"diagnostics": []
}