pulumi / pulumi-gcp

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

Fix up documentation for new Labels #1274

Closed guineveresaenger closed 1 year ago

guineveresaenger commented 1 year ago

Depends on #1273

We will need to address all references to terraform in the documentation for the about-to-become-ubiquitous [new labels]https://github.com/pulumi/pulumi-gcp/issues/1273.

Prior art using DocRules can be found here: https://github.com/pulumi/pulumi-aws/pull/2883

guineveresaenger commented 1 year ago

There seem to be no terraform references in the new Labels documentation so this issue is likely a no-op.

iwahbe commented 1 year ago

What do we need to do to mark this as closed?

guineveresaenger commented 1 year ago

Unfortunately one instance did escape bot human and bridge detection: https://www.pulumi.com/registry/packages/gcp/api-docs/storage/bucket/.

I do not know why tfgen failed to detect this. The reason we did not detect it locally is because the schema is difficult to search due to its size.

Linking #1332 to address this.