pulumi / upgrade-provider

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

Use actual tf plugin sdk version from bridge in provider upgrades #245

Closed VenelinMartinov closed 9 months ago

VenelinMartinov commented 9 months ago

Hello!

Issue details

We currently upgrade providers to the newest plugin sdk version, which could be newer than the replace in the bridge we are upgrading to.

We could instead parse the bridge replace directive and use the same version in the provider.

Affected area/feature

iwahbe commented 9 months ago

@VenelinMartinov This looks like a duplicate of https://github.com/pulumi/upgrade-provider/issues/243.