stacklio / stackl

An open source, end-to-end application orchestration platform.
https://stackl.io
GNU General Public License v3.0
5 stars 4 forks source link

Stackl crashes if terraform outputs dont match FR outputs #230

Open openPablo opened 3 years ago

openPablo commented 3 years ago

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

openPablo commented 3 years ago

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.