This message was deleted.
# general
s
This message was deleted.
l
Looks like your Create property is using simple interpolation instead of Pulumi interpolation.
sqlServer.Name
isn't a string, it's a string output, so you need handle it as such. I presume that Pulumi golang has an equivalent of the typescript pulumi.interpolate? It takes interpolates a string output into a string and returns a string output that can be used in most Pulumi resource constructors.
🙏 1
100 Views