Skip to content

Commit

Permalink
On install, load the main SaaS Boost stack details before creating the (
Browse files Browse the repository at this point in the history
#150)

metrics and analytics stack.
  • Loading branch information
brtrvn authored Nov 3, 2021
1 parent f34a689 commit 7bcc164
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,9 @@ protected void installSaaSBoost() {

if (useAnalyticsModule) {
LOGGER.info("Install metrics and analytics module");
// The analytics module stack reads baseStackDetails for its CloudFormation template parameters
// because we're not yet creating the analytics resources as a nested child stack of the main stack
this.baseStackDetails = getExistingSaaSBoostStackDetails();
installAnalyticsModule();
}

Expand Down

0 comments on commit 7bcc164

Please sign in to comment.