Anyone got a second to help me with this. Complete...
# general
b
Anyone got a second to help me with this. Completely stuck. https://github.com/pulumi/pulumi/issues/7179
b
ah, our old friend! 😄 while I'm reading the issue, try giving this a read and see if it helps: https://www.leebriggs.co.uk/blog/2021/05/09/pulumi-apply.html
okay, read: the short answer is you can't cast an
Output<string>
to a string in the way you're trying
can you explain a little bit more about what you want to do with the Output string that makes you want it to be a string?
oh wait, I see it - you're trying to use an output as the resource name. you can't do that I'm afraid
I'll update the issue
b
Wait yes I am using the key for the name duhh, i just realised what I was doing I will update the issue 🙂 thank you so much for looking at this