This message was deleted.
# general
s
This message was deleted.
b
do you mean when setting the value in your terminal?
l
Yes.
b
there aren't many limitations, it's more of a bash/zsh limitiation
what are you trying to do? assuming it's not a secret, could you share what you're doing?
l
Generated a new randomized one
pulumi config set --secret --path '<http://admin.gh|admin.gh>.general.password' zb#?hSi@@4:vU5_P"]':@:~d2M\jH?5{+':9B
?a)`
A generated string with symbols is probably the simplest way to describe it.
I tried wrapping in double quotes to no avail.
It’s the
'
single quotes.
Thanks for pointing me in the right direction. https://stackoverflow.com/a/20053121/5085573 solved it for me.
👍 1