This message was deleted.
# golang
s
This message was deleted.
n
AFAIR, an Pulumi ID is a string, so I think you could probably do something like
dataBaseServer.ID().ApplyT(strconv.Atoi).(pulumi.IntOutput)
b
Thank you 🙂 To convert the value was also my last idea. It is a pity that the documentation does not show the correct way.
âž• 1