terraform/command/jsonplan
Kristin Laemmert c810e4582c
command/show: continued work on `terraform show -json` output (#20171)
* command/jsonstate: do not hide SchemaVersion of '0'
* command/jsonconfig: module_calls should be a map
* command/jsonplan: include current terraform version in output
* command/jsonconfig: properly marshal expressions from a module call

Previously this was looking at the root module's variables, instead of
the child module variables, to build the module schema. This fixes that
bug.
2019-02-01 13:47:18 -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: continued work on `terraform show -json` output (#20171) 2019-02-01 13:47:18 -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/jsonplan: sort resources by address (#20113) 2019-01-25 09:17:40 -08:00
values_test.go mildwonkey/b-show-state (#20032) 2019-01-23 11:46:53 -08:00