terraform/repl
Alisdair McDiarmid 8b2b569d6e repl: Improved value renderer for console outputs
Use a slightly modified value renderer from terraform-provider-testing
to display values in the console REPL, as well as outputs from the apply
and outputs subcommands.

Derived from code in this repository, MIT licensed:

https://github.com/apparentlymart/terraform-provider-testing

Note that this is technically a breaking change for the console
subcommand, which would previously error if the user attempted to render
an unknown value (such as an unset variable). This was marked as an
unintentional side effect, with the goal being the new behaviour of
rendering "(unknown)", which is why I changed the behaviour in this
commit.
2020-09-14 09:47:12 -04:00
..
testdata/config-fixture repl: Fix tests 2018-10-16 19:14:11 -07:00
format.go repl: Improved value renderer for console outputs 2020-09-14 09:47:12 -04:00
format_test.go repl: Improved value renderer for console outputs 2020-09-14 09:47:12 -04:00
repl.go repl: package for TF REPL 2016-11-13 23:17:03 -08:00
session.go repl: Improved value renderer for console outputs 2020-09-14 09:47:12 -04:00
session_test.go repl: Improved value renderer for console outputs 2020-09-14 09:47:12 -04:00