Documentation says Output-based functions aren't available in Java yet, even though they are being generated now.
While this points to a specific package, since I assume the examples are generated, perhaps there needs to be a centralized fix. Not sure what the flow is.
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).
What happened?
Documentation says
Output-based functions aren't available in Java yet
, even though they are being generated now.While this points to a specific package, since I assume the examples are generated, perhaps there needs to be a centralized fix. Not sure what the flow is.
Example
When you view https://www.pulumi.com/registry/packages/digitalocean/api-docs/getdomain/, for Java, it says
// Output-based functions aren't available in Java yet
, despite the fact if you look at the JAR, it has:Output of
pulumi about
Not applicable.
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).