You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We end up with an invalid DependsOn referencing the name of the inlined stack which has been removed.
Ideally it would be good to be able to reference a specific resource within the inlined stack maybe we could support for following syntax for dependson
I believe I chucked this use cae in "too hard" basket when initially working on inlining, though the behaviour you described does reflect what I would expect it to behave.
Right now when we have component like
We end up with an invalid
DependsOn
referencing the name of the inlined stack which has been removed.Ideally it would be good to be able to reference a specific resource within the inlined stack maybe we could support for following syntax for
dependson
and the resulting
DependsOn
would just contain the reference to the inlined resource@Guslington @toshke thoughts????
The text was updated successfully, but these errors were encountered: