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

Refine provider authoring guide #12964

Merged

Conversation

danielrbradley
Copy link
Member

Proposed changes

  • Remove unsupported authoring approaches (typescript, python & low-level components).
  • Put more emphasis on using pulumi-go-provider for both native resources and components.
  • Reword suggestion to use "any tf provider".
  • Reword naming guidance.

- Remove unsupported authoring approaches (typescript, python & low-level components).
- Put more emphasis on using pulumi-go-provider for both native resources and components.
- Reword suggestion to use "any tf provider".
- Reword naming guidance.
@danielrbradley danielrbradley self-assigned this Sep 27, 2024
@danielrbradley danielrbradley requested a review from a team as a code owner September 27, 2024 14:52
@danielrbradley danielrbradley requested a review from a team September 27, 2024 14:54
@pulumi-bot
Copy link
Collaborator

- If you're naming a **component**, name your package using both the cloud provider whose resources you're building on top of and the resources, like our [`pulumi-aws-apigateway`](/registry/packages/aws-apigateway) Component for AWS API Gateway
Your repository name should start with `pulumi-` followed by the name of your provider e.g. [`pulumi-aws`](https://github.com/pulumi/pulumi-aws) for AWS, or [`pulumi-kubernetes`](https://github.com/pulumi/pulumi-kubernetes) for the Kubernetes provider.

- If you're bridging a terraform provider, re-use the Terraform provider's name - replacing `terraform-provider-` with `pulumi-` e.g. use `pulumi-auth0` for bridging `terraform-provider-auth0`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

love these tweaks! 🙌

@danielrbradley danielrbradley merged commit aacc3f5 into master Sep 27, 2024
10 checks passed
@danielrbradley danielrbradley deleted the danielrbradley/refine-provider-authoring-guide branch September 27, 2024 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants