-
Notifications
You must be signed in to change notification settings - Fork 44
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
Property notes sometimes get attached to the wrong property #1693
Comments
It looks like this is may be an issue with the way the bridge is converting things. The note is attached to the wrong property in the schema itself.
|
@sean1588 Should we transfer to terraform-bridge? |
yeah makes sense to transfer it there. |
A related issue #5479 came in regarding a very similar type of rendering failure in this doc: https://www.pulumi.com/registry/packages/aws/api-docs/ec2/networkaclrule/#icmp_code_python ... The notes that are intended to be after the Input properties list are actually getting embedded inside of the |
Another customer reported issue came in that seems similar, though not exactly the same. In this case, the markdown here: https://github.com/hashicorp/terraform-provider-aws/blob/main/website/docs/d/cognito_user_pool.html.markdown?plain=1#L33 ... is dragging three bullet points into a single attribute, likely because they don't follow the same format of:
You can see this here: https://www.pulumi.com/registry/packages/aws/api-docs/cognito/getuserpool/#arn_python these should be three separate attributes. |
Sometime property notes get attached to the wrong property. See
accelerationStatus
andobjectLockConfiguration
, it seems the note belongs underaccelerationStatus
. https://www.pulumi.com/registry/packages/aws/api-docs/s3/bucket/#inputs.The text was updated successfully, but these errors were encountered: