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
However, if I run sfn update using sfn update --defaults --yes sfn-stack-2 --apply-stack sfn-stack-1 --file ./template2.json command to include a new output as a new parameter, it doesn't populate the value, instead it's prompting user input.
Hi,
When I create a new stack with
--apply-stack
option, it populates parameters from the given stack's output successfully without prompting.However, if I run sfn update using
sfn update --defaults --yes sfn-stack-2 --apply-stack sfn-stack-1 --file ./template2.json
command to include a new output as a new parameter, it doesn't populate the value, instead it's prompting user input.I'm using sfn (v3.1.8) from ruby - v2.6.10 and here is the gem list. Could you take a look into this, please? @chrisroberts
The text was updated successfully, but these errors were encountered: