-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Format method: runtime error rendered into docs #3125
Comments
@t0yv0 My understanding is that this is a program-gen issue. Should we transfer it to pulumi/pulumi? |
Ah yes, let me run one more check here. I can see if this persists under PULUMI_CONVERT=1 and if so extract a minimal repro in terms of |
Duplicate of pulumi/pulumi-java#1341 |
Per investigation in pulumi-java#1341 this may just mean that we're missing a pinned k8s dependency here. |
But we do seem to have it: https://github.com/pulumi/pulumi-aws/blob/upstream-v5.47.0/.ci-mgmt.yaml#L24 Curious. Investigating. |
This was finally fixed in #3891 |
What happened?
https://www.pulumi.com/registry/packages/aws/api-docs/iot/getendpoint/ see the Java pane.
The code says:
Looks like something is rendering a PANIC into the example.
Example
See above.
Output of
pulumi about
N/A
Additional context
N/A
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: