FYI: We're preparing to change the default behavior of bridged providers to use the convert plugin f...
m
FYI: We're preparing to change the default behavior of bridged providers to use the convert plugin for examples conversion (as described in RFC: migrating provider build-time example translation to `pulumi convert` · Issue #2037 · pulumi/pulumi-terraform-bridge) All pulumi maintained bridged providers have been using this for over a year now, but your providers may see a behavior change when picking up the latest bridge version if they not setting
PULUMI_CONVERT=true
already. We will keep the flag and the code for the old convert behavior for a little longer, just in case anyone has trouble with the change you will be able to revert to the old examples conversion logic by setting
PULUMI_CONVERT=false
. Please let us know if you have any concerns/feedback on this!
🙌 1