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.
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.