pulumiverse / pulumi-scaleway

Pulumi provider for Scaleway
Apache License 2.0
32 stars 11 forks source link

Manual upgrade to TF Scaleway provider v2.40.0 #296

Closed ringods closed 3 months ago

ringods commented 3 months ago

upgrade-provider didn't work as I had to introduce a Go shim to access the Go internal package from the upstream provider.

mtparet commented 3 months ago

as I had to introduce a Go shim to access the Go internal package from the upstream provider.

It explains why I didn't succeed following the existing way, thank you very much taking care of this change. Let me know if I can help.

ringods commented 3 months ago

@mtparet I tried to first upgrade to v2.39.0, but got stuck on a build problem. I jumped to v2.40.0 and did two more resource mappings. I will merge and release this one first, then bump the TF version again in a new PR.