Files
opentf/command
Lyle Franklin 26b907387d cli: Remove error on empty outputs when -json is set (#11721)
- Fixes #11696
- This changes makes `terraform output -json` return '{}' instead of
  throwing an error about "no outputs defined"
- If `-json` is not set, the user will receive an error as before
  - This UX helps new users to understand how outputs are used
- Allows for easier automation of TF CLI as an empty set of outputs is
  usually acceptable, but any other error from `output` would be
  re-raised to the user.
2018-06-20 08:58:07 -07:00
..
2018-02-27 10:49:06 -05:00
2018-02-21 10:22:08 -05:00
2015-04-29 13:07:13 -05:00
2017-11-03 11:13:31 -04:00
2017-02-24 18:32:59 -05:00
2017-02-24 18:32:59 -05:00
2018-01-09 23:13:33 +00:00
2017-08-03 13:24:23 -04:00
2014-05-24 12:04:43 -07:00