Open kylepl opened 1 year ago
As I recently ran into, there a urns returned for Pulumi use, and urns for Digital ocean use (see here). Fine, multiple user of urns.
My thought is what if we could add stronger typing then String, and could have a type like DOUrn, which the resources type could take.
String
DOUrn
resources
It would require some changes for users upgrading to make it type-safe, though.
I'd be willing to work on this. Currently running into this issue on my own project.
Hello!
Issue details
As I recently ran into, there a urns returned for Pulumi use, and urns for Digital ocean use (see here). Fine, multiple user of urns.
My thought is what if we could add stronger typing then
String
, and could have a type likeDOUrn
, which theresources
type could take.It would require some changes for users upgrading to make it type-safe, though.