Skip to content
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

Name of imported Go package is wrong #5471

Open
vincentvdk opened this issue Sep 20, 2024 · 0 comments
Open

Name of imported Go package is wrong #5471

vincentvdk opened this issue Sep 20, 2024 · 0 comments
Labels
area/api-docs kind/bug Some behavior is incorrect or out of spec kind/codegen Issue relates to upstream auto codgens -- Python SDK, Bridge, Provider(s) kind/documentation Improvements or additions to documentation needs-triage Needs attention from the triage team

Comments

@vincentvdk
Copy link

File: themes/default/content/registry/packages/vault/api-docs/rabbitMq/secretbackendrole/_index.md

In the Vault RabbitMQ example the name of the imported package is wrong.

"github.com/pulumi/pulumi-vault/sdk/v6/go/vault/rabbitMq"

Should be

"github.com/pulumi/pulumi-vault/sdk/v6/go/vault/rabbitmq"
@pulumi-bot pulumi-bot added the needs-triage Needs attention from the triage team label Sep 20, 2024
@thoward thoward added kind/bug Some behavior is incorrect or out of spec area/api-docs kind/codegen Issue relates to upstream auto codgens -- Python SDK, Bridge, Provider(s) kind/documentation Improvements or additions to documentation labels Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/api-docs kind/bug Some behavior is incorrect or out of spec kind/codegen Issue relates to upstream auto codgens -- Python SDK, Bridge, Provider(s) kind/documentation Improvements or additions to documentation needs-triage Needs attention from the triage team
Projects
None yet
Development

No branches or pull requests

3 participants