This message was deleted.
# general
s
This message was deleted.
a
I think I figured out why, it's because in the component resource definition, I had forgotten to add the
ResourceOptions(parent=self)
when I first created the resources, and now it's trying to rebuild them after I added that parameter to the child resources.