terraform/command/jsonplan
Kristin Laemmert f2f35265bc
command/show: json output enhancements (#20291)
* command/jsonplan: 
- add variables to plan output
- print known planned values for resources

Previously, resource attribute values were only displayed if the values
were wholly known. Now we will filter the unknown values out of the
change and print the known values.

* command/jsonstate: added depends_on and tainted fields
* command/show: update tests to reflect added fields
2019-02-11 13:17:03 -08:00
..
doc.go json output of terraform plan (#19687) 2018-12-19 11:08:25 -08:00
module.go command/jsonplan: sort resources by address (#20113) 2019-01-25 09:17:40 -08:00
plan.go command/show: json output enhancements (#20291) 2019-02-11 13:17:03 -08:00
plan_test.go mildwonkey/b-show-state (#20032) 2019-01-23 11:46:53 -08:00
resource.go json output of terraform plan (#19687) 2018-12-19 11:08:25 -08:00
values.go command/show: json output enhancements (#20291) 2019-02-11 13:17:03 -08:00
values_test.go mildwonkey/b-show-state (#20032) 2019-01-23 11:46:53 -08:00