Hi! It seems to me like explicitly setting `protec...
# typescript
b
Hi! It seems to me like explicitly setting
protect: false
on a resource no longer overrides
protect: true
from the parent resource. Has anyone else noticed this, and if so, is it intentional?
a
Hi, this doesn't sound intentional and is likely to be a regression. Potentially related to https://github.com/pulumi/pulumi/issues/18833 Can you open an issue in https://github.com/pulumi/pulumi/issues
l
How are you passing the parent's opts into the child's? If you're relying on
parent: x
then this behaviour is definitely a regression.
e
We have tests showing this working as expected, so might be I've misunderstood what exactly your trying to set?