pulumi / upgrade-provider

A tool to automate provider upgrades on your local machine
6 stars 1 forks source link

Allow upgrading only tf sdk and fix TF SDK upgrades #241

Closed VenelinMartinov closed 7 months ago

VenelinMartinov commented 7 months ago

This fixes TF SDK upgrades and allows upgrade-provider to make PRs to only upgrade that.

Example PR: https://github.com/pulumi/pulumi-azuredevops/pull/281

t0yv0 commented 7 months ago

Do we need such PRs? Ideally TF SDK version can be computed from the bridge version in use and use exactly that one. Do we have situations where we need a different TF SDK version? Curious.

VenelinMartinov commented 7 months ago

superseded by https://github.com/pulumi/upgrade-provider/pull/242