pulumi / pulumi-yaml

YAML language provider for Pulumi
Apache License 2.0
39 stars 12 forks source link

Update provider versions in Makefile #446

Closed mikhailshilkov closed 1 year ago

mikhailshilkov commented 1 year ago

We hard-coded provider versions. An old version of AWS is causing test failures. Upgrade them all to latest.

Had to roll back the awsx upgrade since it was breaking the test.

mikhailshilkov commented 1 year ago

Merged for now but cc @justinvp to figure out what the process for keeping them up-to-date should be, and why we haven't fixed a test build for a long time