This message was deleted.
# general
s
This message was deleted.
✔️ 1
f
ok, found, I can mark in by
pulumi.Output.secret()
and by marking input I don’t need separate mark output by
pulumi.ResourceOptions(additional_secret_outputs=['key'])
thank for attention 🙂
w
Which resource/function are you using from the Vault Pulumi provider which returned a plaintext value? While what you say above works, if the output should always be a secret, we may want to update the provider to make this secret by default so that users don’t have to discover this themselves.
f
I just tried understand if I can encrypt any input/output in state on case if it will be necessary for some reason. There’re no any problems with Vault or other modules
👍 1