pulumi/CHANGELOG_PENDING.md
Levi Blackstone aeb6857f7f
[codegen] Encrypt input args for secret properties (#7128)
The output side was already handled using the
addionalSecretOutputs property. This change
ensures both inputs and outputs are encrypted
in the state.
2021-05-26 16:00:51 -06:00

327 B

Improvements

  • [codegen] - Encrypt input args for secret properties. #7128

Bug Fixes

  • [cli] - Send plugin install output to stderr, so that it doesn't clutter up --json, automation API scenarios, and so on. #7115