community-packages: add DefangLabs/pulumi-defang (defang-aws, defang-gcp, defang-azure)#11109
Open
lionello wants to merge 1 commit into
Open
community-packages: add DefangLabs/pulumi-defang (defang-aws, defang-gcp, defang-azure)#11109lionello wants to merge 1 commit into
lionello wants to merge 1 commit into
Conversation
…gcp, defang-azure) Add three new community packages for the Defang Pulumi provider — one per target cloud (AWS, GCP, Azure) — at v2.1.1. All three share the single-source repo DefangLabs/pulumi-defang and use the same docs/ folder for overview and installation pages. The previous single-schema entry (defang) is now obsolete — the provider has been split into three cloud-specific schemas. Mark it DEPRECATED so the publishing scripts skip it, and remove its cached content.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds three new community packages for the Defang Pulumi provider — one per target cloud — at v2.1.1:
defang-aws— Deploy containerized services to AWSdefang-gcp— Deploy containerized services to GCPdefang-azure— Deploy containerized services to AzureAll three share the single-source repo
DefangLabs/pulumi-defangand the samedocs/_index.md+docs/installation-configuration.md(the docs cover all three clouds in one page for now; we'll split per-package in a follow-up if useful).The previous single-schema entry (
defang) is now obsolete — the provider has been split into three cloud-specific schemas. This PR also marks itpublisher: DEPRECATEDso the publishing scripts skip it, and removes its cached content (replaced by the three new packages).This PR fixes the issues raised by @borisschlosser in #10890
Checklist
schema.jsonfiles checked in at the paths referenced bycommunity-packages/package-list.json.docs/_index.mdanddocs/installation-configuration.mdpresent in the source repo; the install doc links to all published SDKs.🤖 Generated with Claude Code