-
New Feature
-
Resolution: Fixed
-
Major
-
None
As a user I want to pass build environment variables as parameters to a cloud formation stack. That is been able to set the following as value in the arguments text box of the CF Stack:
param1=$WORKSPACE
This will allow for stacks down the road to reference output parameters from previously created stacks which translates to having the ability to chain different stacks together.