pulumi / pulumi-terraform-bridge

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

Secret scanning documentation is missing (existing text is copy-pasted from another setting) #2389

Open dottedmag opened 2 months ago

dottedmag commented 2 months ago

Describe what happened

See https://www.pulumi.com/registry/packages/github/api-docs/repository/#repositorysecurityandanalysissecretscanningpushprotection

This documentation is clearly copy-pasted from GH Pages configuration documentation:

RepositorySecurityAndAnalysisSecretScanning, RepositorySecurityAndAnalysisSecretScanningArgs

[Status](https://www.pulumi.com/registry/packages/github/api-docs/repository/#status_go) This property is required. string
    The GitHub Pages site's build status e.g. building or built.

RepositorySecurityAndAnalysisSecretScanningPushProtection, RepositorySecurityAndAnalysisSecretScanningPushProtectionArgs

[Status](https://www.pulumi.com/registry/packages/github/api-docs/repository/#status_go) This property is required. string
    The GitHub Pages site's build status e.g. building or built.

Sample program

N/A

Log output

No response

Affected Resource(s)

No response

Output of pulumi about

N/A

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

guineveresaenger commented 2 months ago

Hi @dottedmag - thank you for filing this bug. This should definitely not happen, and it looks like a bug in our docsgen pipeline. I'll move this issue there.

For reference: upstream documentation has the correct information:https://registry.terraform.io/providers/integrations/github/latest/docs/resources/repository

We'll take a look as soon as we can.