As a part of the blueprint container work, when staging changes or deploying, child blueprints need to be handled before resources in the parent blueprint.
The scope of this work includes:
Determining the order in which to stage changes/run deployments for child blueprints based on output references and whether or not they are used as inputs (variables) in another child blueprint.
Executing the child blueprint's stage changes or deploy behaviour on change staging or deployment of the parent blueprint.
As a part of the blueprint container work, when staging changes or deploying, child blueprints need to be handled before resources in the parent blueprint.
The scope of this work includes: