ReservedIp and ReservedIpAssignment expect dropletId as a Input<number> but Droplet outputs ID as Output<string> #599
Labels
kind/bug
Some behavior is incorrect or out of spec
resolution/duplicate
This issue is a duplicate of another issue
What happened?
The output of
id
in Droplet resource is of Output forcing the use of.apply
to pass on the ID toReservedIp
orReservedIpAssignment
Example
Expected:
Output of
pulumi about
NA
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: