aws-samples / aws-saas-factory-eks-saas-workshop

MIT No Attribution
56 stars 23 forks source link

now unconditionally exports CFN outputs #59

Closed tobuck-aws closed 1 year ago

tobuck-aws commented 1 year ago

Issue #, if available:

Description of changes: The $STACKS variable is mutated, at times, throughout the deployment process. Previously, we would check for the existence of this variable and if it was there, use it to plug CloudFormation outputs. Depending on the state of the deployed stacks, however, the variable might not include all information. This change unconditionally re-exports the STACKS variable. It's a slight performance hit, but it ensures we have the ability to re-run these scripts and fix a partially deployed environment.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

ranjith-aws commented 1 year ago

LGTM