Replies: 2 comments
-
Hi @james64 Both cases happen in real world and in my experience it depends on the use case. Sometimes nesting solves but if the involved stacks do not belong to the same scope, then maybe makes more sense to organize them in their proper directories and use explicit after/before clauses. There are many cases where nesting works like a charm, for example I hope that helps. |
Beta Was this translation helpful? Give feedback.
-
Yes, this is helpful. Thanks for clarification 👍 |
Beta Was this translation helpful? Give feedback.
-
Hey,
there are two ways how to define dependencies between stacks (ie db stack depends on vpc):
Is my primary vs escape-hatch feeling correct? Is this how terramate creators think about their usage?
Nesting stacks can only express single dependency. I wonder how limiting this is in real world? How rare it is to have stack with multiple dependencies?
Beta Was this translation helpful? Give feedback.
All reactions