This website requires JavaScript.
Explore
Help
Sign In
IntenseWebs
/
opentofu
Watch
3
Star
0
Fork
0
You've already forked opentofu
mirror of
https://github.com/opentofu/opentofu.git
synced
2025-01-02 12:17:39 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cd29c3e5fd
opentofu
/
internal
/
command
/
testdata
/
validate-invalid
/
missing_defined_var
/
output.json
8 lines
110 B
JSON
Raw
Normal View
History
Unescape
Escape
command: Add tests for terraform validate -json Also uncomment and fix some tests which had been skipped for a couple of years. Those validate cases work now! Note that these test cases and the JSON output are not especially minimized, making them snapshot/golden tests. The output looks correct at time of writing, and we don't expect to change validate significantly any time soon, but if we do there will be some churn here.
2020-12-11 12:09:25 -06:00
{
Revert "json-output: Release format version 1.0"
2021-09-09 10:25:35 -05:00
"format_version"
:
"0.1"
,
command: Add tests for terraform validate -json Also uncomment and fix some tests which had been skipped for a couple of years. Those validate cases work now! Note that these test cases and the JSON output are not especially minimized, making them snapshot/golden tests. The output looks correct at time of writing, and we don't expect to change validate significantly any time soon, but if we do there will be some churn here.
2020-12-11 12:09:25 -06:00
"valid"
:
true
,
"error_count"
:
0
,
"warning_count"
:
0
,
"diagnostics"
:
[
]
}
Reference in New Issue
Copy Permalink