This message was deleted.
# general
s
This message was deleted.
a
In my experience, the
opts
needs to be passed to every child resource, but the
ResourceOptions
object also has a
merge
method that allows you to update options on a per-resource basis. You can look at my VPC component resource for examples here: https://github.com/mitodl/ol-infrastructure/blob/main/src/ol_infrastructure/components/aws/olvpc.py
🎉 2
m
Ah, that merge method is exactly what I need! Thanks a lot!