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

feat(registry): Add pgEdge provider package #6023

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

KnockOutEZ
Copy link

Description

This PR adds the pgEdge provider package to the Pulumi Registry. The pgEdge provider enables management of pgEdge Cloud resources, supporting both Developer and Enterprise editions. This provider allows users to manage databases, clusters, backup stores, and cloud accounts through Pulumi infrastructure as code.

Adding a new package?

If this pull request adds a new package:

  • The package's schema URL in this PR is correct (provider/cmd/pulumi-resource-pgedge/schema.json).
  • The package metadata file contains:
  • The package repo contains an Overview doc (/docs/_index.md) that includes:
    • a brief explanation of the pgEdge provider and its capabilities.
    • representative examples in TypeScript and Go.
    • front-matter layout property set to package.
  • The package repo contains an Installation and Configuration doc (/docs/installation-configuration.md) that includes:
    • links to Node.js and Go SDKs.
    • installation commands for npm/yarn and go get.
    • configuration examples using environment variables (PGEDGE_CLIENT_ID and PGEDGE_CLIENT_SECRET).
  • The repository has:
    • version tag v0.0.28 with corresponding GitHub release
  • A CODEOWNER has reviewed the PR.
  • A member of the @pulumi/docs team has reviewed all documentation.

Additional Notes:

  • Package is currently in public preview status
  • Supports both Developer and Enterprise editions with different feature sets
  • Includes comprehensive support for database, cluster, and backup management
  • Provides multi-region deployment capabilities

@iwahbe iwahbe added the needs-triage Needs attention from the triage team label Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-triage Needs attention from the triage team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants