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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make compatible with cn-north-1 #251

Merged
merged 4 commits into from
Jul 10, 2018
Merged

Make compatible with cn-north-1 #251

merged 4 commits into from
Jul 10, 2018

Conversation

freenerd
Copy link
Contributor

@freenerd freenerd commented Jul 9, 2018

Todo:

  • Run this successfully once in cn-north-1
  • 馃憖 @jakepruitt
  • Merge and release 4.7.0 (since this changes the cfn template)

@freenerd freenerd requested a review from jakepruitt July 9, 2018 11:47
})
}
};
if (options.dashboard) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we need to remove the AWS::CloudWatch::Dashboard resource completely from the template to be able to deploy in cn-north-1, otherwise CloudFormation throws an error (even if we disable by condition)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Slick, this is a good way of handling that.

Copy link

@jakepruitt jakepruitt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good!

})
}
};
if (options.dashboard) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Slick, this is a good way of handling that.

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

Successfully merging this pull request may close these issues.

None yet

2 participants