helpful-animal-74538
07/01/2022, 12:45 PMgetServer
method but this returns a GetServerResult
which does not extend Resource
so cannot be passed to the parent property of another resource - as opposed to the Server
type which you get if you create one in the same flow.new sql.Database(
name,
{
//args
},
{
parent: {
urn: server.urn,
getProvider: server.getProvider
}
}
)
Still asks the question of how I get this information?