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:
[x] The package's schema URL in this PR is correct (provider/cmd/pulumi-resource-pgedge/schema.json).
Thanks for the contribution @KnockOutEZ. A few questions:
Our partnerships team likes to maintain an email contact for a maintainer on contributed providers. Can you share a contact to represent pgEdge as a maintainer of this provider?
Our policy is generally to wait until all Pulumi languages are supported before publishing in our registry, but I noticed that support for python and dotnet SDKs are listed as coming soon. Can you please publish SDKs to PyPi and Nuget and update examples in your index and configuration docs to match?
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:
provider/cmd/pulumi-resource-pgedge/schema.json
).Database
)./docs/_index.md
) that includes:package
./docs/installation-configuration.md
) that includes:PGEDGE_CLIENT_ID
andPGEDGE_CLIENT_SECRET
).Additional Notes: