pulumi / pulumi-terraform-bridge

A library allowing Terraform providers to be bridged into Pulumi.
Apache License 2.0
194 stars 43 forks source link

Note from upstream property documentation dropped #2260

Open VenelinMartinov opened 2 months ago

VenelinMartinov commented 2 months ago

What happened?

We seem to omit notes from upstream property documentation in some cases: https://github.com/pulumi/pulumi-gcp/issues/2252

We should investigate if this is a conflict with our markdown parsing of upstream docs, as these can be important, like in the above case.

Example

https://github.com/pulumi/pulumi-gcp/issues/2252

Output of pulumi about

.

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).

iwahbe commented 1 month ago

@VenelinMartinov Can you link a version pinned header close to the note we should be including. I couldn't find it in the upstream docs.

VenelinMartinov commented 1 month ago

Added it in https://github.com/pulumi/pulumi-gcp/issues/2252. Seems related to markdown parsing.