[schema] Add replaceOnChanges option to resource properties #7798
Labels
good-first-issue
Start here if you'd like to start contributing to Pulumi
kind/enhancement
Improvements or new features
resolution/fixed
This issue was fixed
Milestone
#7226 added the
replaceOnChanges
option, which allows users to specify properties that will cause a resource replacement if they change.This feature would be useful in generated SDKs to allow overrideable default replacement behavior. Here's a concrete example: pulumi/pulumi-kubernetes#1568 (comment)
Although
replaceOnChanges
is a resource option, it would probably be most useful to set at the property level, and then compute the resource-level list during code generation.Affected feature
pulumi schema +
replaceOnChanges
resource optionThe text was updated successfully, but these errors were encountered: