Hi, I am trying to convert pulumi.StringOutput to ...
# getting-started
l
Hi, I am trying to convert pulumi.StringOutput to string. Can anyone help?
e
You can't do this, see the docs at https://www.pulumi.com/docs/intro/concepts/inputs-outputs/ for an explanation of the Output types.
l
Thanks, It helps