V5 Major Version Release: Normalize input dropletId
to the same type as id
#600
Labels
kind/enhancement
Improvements or new features
dropletId
to the same type as id
#600
The upstream provider models
id
anddropletId
as an integer. Pulumi always modelsid
as a string, which works well for most providers... but not this one. For the next major version release of this provider, we should switch over to modelingdropletId
as a string, allowing the convenient passing of a droplet'sid
field to a input that accepts adropletId
.The current workaround is to parse the
id
field before passing it intodropletId
:This will fix:
The text was updated successfully, but these errors were encountered: