Use a stronger type for DigitalOcean resource urns #523
Labels
impact/usability
Something that impacts users' ability to use the product easily and intuitively
kind/enhancement
Improvements or new features
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.
The text was updated successfully, but these errors were encountered: