This message was deleted.
# general
s
This message was deleted.
b
Hi @thousands-train-20124 The issue here is because the value you are trying to interpolate is an output - you need to resolve the promise before you can interpolate it https://www.pulumi.com/docs/intro/concepts/programming-model/#outputs
t
Agreed and corrected the code. But my concern is this is not a correct way to throw an error.
b
So technically it’s not an error as such it’s just an unresolved promise right?