This message was deleted.
# general
s
This message was deleted.
w
You can use any encoding package available to the language you are using. For example, in javascript,
btoa()
can be used in your pulumi code.
a
but, I'm using typescript ant this dont work for me...
s
You could use
Buffer.from(enc, "base64").toString()
- again as @witty-candle-66007 mentioned you can use the language specific tools for this.
a
thanks!! This works for me!!