terraform/command/jsonplan
Kristin Laemmert 5df9cd0f52
command/show: tests for -json output (#19980)
* command/show: added test scaffold for json output

More test cases will be added once the basic shape of the tests is
validated.

- command/json* packages now sort resources by address, matching
behavior elsewhere
- using cmp in tests instead of reflect.DeepEqual for the diffs
- updating expected output in tests to match sorting
2019-01-11 15:13:55 -08:00
..
doc.go json output of terraform plan (#19687) 2018-12-19 11:08:25 -08:00
module.go json output of terraform plan (#19687) 2018-12-19 11:08:25 -08:00
plan.go command/show: tests for -json output (#19980) 2019-01-11 15:13:55 -08:00
resource.go json output of terraform plan (#19687) 2018-12-19 11:08:25 -08:00
values.go command/show: tests for -json output (#19980) 2019-01-11 15:13:55 -08:00
values_test.go command/json*: updating documentation and adding tests (#19944) 2019-01-09 08:59:11 -08:00