Hello folks, we've been working on a pulumi-terraf...
# package-authoring
a
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.
🚀 2
b
@adorable-house-61348 Is this only relevant for Type V2 providers or as well for PF based ones?
a
This is only relevant for SDKv2 providers and muxed providers who use an SDKv2 provider
👍🏻 1
Thanks for the question, I'll clarify it in the original post
🎉 1
w
Are local packages supported too? The ones you've announced here -
<https://www.pulumi.com/blog/any-terraform-provider/>
a
This does not affect locally bridged providers - they are handled a bit differently and shouldn't have the same issues. If you do hit any discrepancies, persistent diffs or panics, please do report them!