pulumi / pulumi-synced-folder

A Pulumi component that synchronizes a local folder to Amazon S3, Azure Blob Storage, or Google Cloud Storage.
Apache License 2.0
3 stars 3 forks source link

Remove dependency on pulumi-aws #4

Closed cnunciato closed 1 year ago

cnunciato commented 1 year ago

This change is primarily aimed at removing the dependencies on pulumi-aws in sdk/go.mod and schema.json, which is causing the pulumi-aws plugin to be downloaded even for non-AWS deployments.

Also updates the dependencies on Pulumi, AWS, Azure Native, GCP, and Pulumi Command, and adds a couple of Make targets for convenience.

Fixes https://github.com/pulumi/templates/issues/430.