pulumi / upgrade-provider

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

Tf plugin sdk upgrades should update replaces in examples folder as well as provider #246

Open VenelinMartinov opened 7 months ago

VenelinMartinov commented 7 months ago

Hello!

Issue details

Some providers have the plugin sdk replace in the examples go.mod, so we should update that too to avoid manual interventions. Examples:

https://github.com/pulumi/pulumi-hcloud/pull/399 https://github.com/pulumi/pulumi-azuredevops/pull/284

Affected area/feature