pulumi-kotlin icon indicating copy to clipboard operation
pulumi-kotlin copied to clipboard

Handle `replaceOnChanges` and `willReplaceOnChanges`

Open myhau opened this issue 2 years ago • 0 comments

Found when working on https://github.com/VirtuslabRnD/pulumi-kotlin/pull/106

replaceOnChanges (field of the property) – we only have interpreted willReplaceOnChanges so far, but it turns out these might differ a bit (+ willReplaceOnChanges is not documented despite being used everywhere).

myhau avatar Nov 03 '22 21:11 myhau