Kristin Laemmert
9d0d564ec7
`terraform show` and `terraform providers schema -json` should return valid json ( #20697 )
...
* command/providers schemas: return empty json object if config parses successfully but no providers found
* command/show (state): return an empty object if state is nil
2019-03-14 14:52:07 -07:00
Kristin Laemmert
30672faebe
remove indentation from json output of `show` and `providers schema` ( #20623 )
...
* command/providers schema: correct help text
* command/show: remove indentation from json output
* command/providers schema: remove indentation from json output
2019-03-11 07:29:36 -07:00
Kristin Laemmert
16823f43de
command/jsonprovider: export providers schemas to json ( #20446 )
...
* command/jsonprovider: a new package for exporting providers schemas as JSON
2019-02-25 13:32:47 -08:00