Skip to content
New issue

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

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

Already on GitHub? # to your account

Apply prefix to ClusterArn #342

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Apply prefix to ClusterArn #342

wants to merge 1 commit into from

Conversation

michaelskahn
Copy link

Use the specified prefix parameter when creating the ClusterArn outputs.

This is a breaking change for any consumer using the current ClusterArn output key. The previous behavior always had a ClusterArn output key, and the template would fail to build with multiple distinct clusters defined. The new behavior is:

  • If no prefix is specified, the default output key is WatchbotClusterArn
  • If prefixes are specified, an output key is created for each prefix in the pattern {prefix}ClusterArn

Also, add node-modules to .gitignore.

Fixes #341

@michaelskahn michaelskahn requested a review from rclark July 8, 2020 16:54
@michaelskahn
Copy link
Author

I'll note that we have a workaround (renaming values before merging), so this isn't an urgent fix.

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

Successfully merging this pull request may close these issues.

Cluster parameter does not respect prefixes
2 participants