Hi all, We've been doing some work and fixes aroun...
# general
e
Hi all, We've been doing some work and fixes around the Protect resource option recently (https://github.com/pulumi/pulumi/issues/18833) and as part of that found that the Go SDK
ResourceOptions
struct doesn't reflect the optional nature of Protect, RetainOnDelete, or DeleteBeforeReplace. We're raised https://github.com/pulumi/pulumi/issues/18935 as a tracking issue for this, and https://github.com/pulumi/pulumi/pull/18836 as a proposed fix. The cleanest long term fix for this (making the fields
*bool
) is a breaking change. Hoping to solicit some community input on this.