Hey everyone, I read about the Output API, I can use it fine as Input to other Pulumi resource, but I have a case where I just need to convert the output to a regular string, how can I achieve this? .apply() or any other Output func also return Output. There’s no way to do that probably ,right?