Hello folks, we've been working on a pulumi-terraform-bridge feature for the SDKv2 bridge which we intend to enable in the bridge by default in the next two weeks. It should make pulumi communicate with bridged providers more like terraform would. Here are
the messy details.
We've enabled it in all pulumi-maintained providers. If any provider maintainers would like to try it out ahead of us turning it on by default and provide any feedback then here is an
example of how to do it.
It should make bridged providers behave more like the underlying terraform provider and fix panics, perma-diffs and other discrepancies.
Note that this only affects the terraform-plugin-sdk V2 bridge and not SDKv1 or the Plugin Framework.