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
When stackl doesn't receive all outputs it expects from terraform, stackl stops playing FRs.
Expected result:
Stackl keeps playing FRs, this allows for better modular usage of FRs. Otherwise you always have to carefully match the outputs.
Expected Result
The stackl instance continues working if the number of output vars dont match (or a clearer error message) .
Actual Result
When terraform outputs for example 3 vars, and the stackl Functional Requirement only catches 2 of those, the stackl instance stops playing.
Steps To Reproduce
Make a FR that catches less outputs than the terraform plan.
Potential Causes, Fixes or Additional Information
The text was updated successfully, but these errors were encountered: