bored-table-20691
05/21/2021, 4:42 PMNamespace
object I create and then use it in most resource creation (I know I could use a provider for this, but let’s say there is a reason I don’t for now).green-musician-49057
05/21/2021, 5:45 PMStackReference
to import resources across project boundaries.
To manage resource dependencies inside the same project, we're defining higher level struct
types to encapsulate and group resources logically, and pass those structs around. This keeps our functions simpler and prevents parameter bloat.bored-table-20691
05/21/2021, 6:04 PMStackReference
makes sense for other stacks, and no issue with that, it’s more the second case you mentioned within the same project/stack, just how to manage the various resources.green-musician-49057
05/21/2021, 6:07 PM