Hi, is it possible to set a secret from a file? I ...
# general
n
Hi, is it possible to set a secret from a file? I have a json with some secrets but they have a bunch of newline characters so
pulumi config set --secret
doesn't work with it
l
You can do this through your normal language stuff. No need for Pulumi when solving that problem.