-
-
Notifications
You must be signed in to change notification settings - Fork 251
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add missing global_replication_group_id variable #205
add missing global_replication_group_id variable #205
Conversation
Are there plans to merge this in at any point? It's a really small change, but allows the module users to then use it with elasticache_global_replication_group |
waiting for the owners to approve it. |
@srhopkins could you pls review? |
Hi @amitblumshtien Could you please run the following and commit the result?
You may also need to install gomplate: https://docs.gomplate.ca/installing/ |
Actually, On second thought, this change won't work, as a Replication group that's part of a global datastore, can't set it's own engine version, cluster node type etc, among other things. Most values need to be set to null. I can create an issue describing it, and contribute that fix back, unless @amitblumshtien want's to take it up. |
💥 This pull request now has conflicts. Could you fix it @amitblumshtien? 🙏 |
This PR was closed due to inactivity and merge conflicts. 😭 |
what
I added missing var global_replication_group_id so i will be able to create redis cluster and associate it to a data store.
why
missing functionality
references
(https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elasticache_global_replication_group)