skierkowski/terraform-enterprise-cli

The `variables` subcommands should show "<redacted>" instead of no value on sensitive vars

skierkowski opened this issue · 0 comments

The tfe variables subcommands will return a null for the value of the variable which is marked as sensitive. This is by design of the API. However, in the CLI this is not clear that it is redacted.

The value for the variable should show <redacted> instead of being empty.