pulumi / pulumi-gcp

A Google Cloud Platform (GCP) Pulumi resource package, providing multi-language access to GCP
Apache License 2.0
180 stars 52 forks source link

GCP API Gateway Gateway YAML example not been generated #1030

Open pierskarsenbarg opened 1 year ago

pierskarsenbarg commented 1 year ago

Hello!

Issue details

https://www.pulumi.com/registry/packages/gcp/api-docs/apigateway/gateway/#example-usage

Click on the YAML tab and you see this:

image

The examples in other languages are present.

Affected area/feature

jazzyfresh commented 1 year ago

Thank you for reporting this!

This seems like it could be a bug, as other resources for AWS have generated YAML resources. We've had a few docs generation bugs due to the bridge, so we will investigate and move the the pulumi-terraform-bridge repo if related.

squaremo commented 1 year ago

There's other docs generation issues in the vicinity: https://www.pulumi.com/registry/packages/gcp/api-docs/apigateway/apiiambinding/ just runs all the examples together, with no tabs for selecting the language (similarly https://www.pulumi.com/registry/packages/gcp/api-docs/apigateway/apiiammember/ and possibly others).

Not that I did an exhaustive search, but like Jasmine I don't see these problems elsewhere, so I'm inclined to keep it here for further investigation.