Closed guineveresaenger closed 1 month ago
Suggest fixing in the bridge instead since some interaction happens via make tfgen
instead of via upgrade-provider, that'd be more definitive.
@t0yv0 - reasonable! I see you found https://github.com/pulumi/pulumi-terraform-bridge/issues/2323 already.
I'm with Daniel, ship the workaround. We'll fix the root cause later.
Update: Apologies for the delay here; see https://github.com/pulumi/pulumi-terraform-bridge/issues/2323.
https://github.com/pulumi/pulumi-confluentcloud/pull/559 failed because the upgrade process was using an old examples cache locally. As a result, the Go SDK was generated with old version paths in the examples code, which failed the Clean Worktree check. The upgrade-provider tool should remove the cache to ensure we're generating examples correctly.