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.
This change is primarily aimed at removing the dependencies on
pulumi-aws
insdk/go.mod
andschema.json
, which is causing thepulumi-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.