Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(cloudformation): add stack as output of CFN stage #2911

Merged
merged 14 commits into from
Jun 17, 2019

Conversation

xavileon
Copy link
Contributor

The outputs of a CFN stack are available in the stack object, however we
were not exposing them as the result of the CFN stage. This is usefull
if one stack depends on the outputs of another stack, so we can chain
them.

This patch returns the stack object as a result of a successfull stage,
so it's available in the context for later stages.

The outputs of a CFN stack are available in the stack object, however we
were not exposing them as the result of the CFN stage. This is usefull
if one stack depends on the outputs of another stack, so we can chain
them.

This patch returns the stack object as a result of a successfull stage,
so it's available in the context for later stages.
@xavileon
Copy link
Contributor Author

@ethanfrogers you may be interested?

@xavileon
Copy link
Contributor Author

@spinnaker/reviewers PTAL

@xavileon
Copy link
Contributor Author

xavileon commented Jun 3, 2019

@spinnaker/reviewers is this ok to be merged?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants