Is there a general way to suppress pulumi's `[secr...
# general
g
Is there a general way to suppress pulumi's
[secret]
hiding technique on an Output that is marked as a secret, temporarily, while running a preview/update with a diff?
s
for a temporary workaround, you could wrap the value in
unsecret
. but don't accidentally run
pulumi up
without changing it back!
g
yeah-- that's why I want this feature^^ so it never makes it to the state, ideally.