Hey guys! I’m having an issue where running `pulu...
# general
l
Hey guys! I’m having an issue where running
pulumi up
will protect everything without me asking it to protect them. Any ideas at steps I can take to fix this?
l
Are you setting up a base
opts
and passing it to various ComponentResources? Check that opts.
Or, do you have a stack transformation set up, that adds
protect: true
to all opts?
l
@average-family-91111 Knows more, he’ll reply.
a
I have it set on a namespace which is a parent of everything - i want to protect the namespace but not everything under it as it doesn’t matter as much
l
Opts are inherited through the parent relationship. Set
protect: false
on all the direct child resources of the namespace and it should sort itself out.