-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Extend Update support for ElastiCache Global Replication Group #17696
Comments
Hey @gdavison running into some issues when updating some of the parameters from Here is the error we are getting:
Basically, we are using the same configuration from the example. |
Hi @marinsalinas. Can you create a separate issue for that? It's a related issue, but will need to be solved separately. In your issue, can you also show which parameters are changing? |
This functionality has been released in v4.35.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Description
The PRs #15885 and #17615 add basic support for ElastiCache Global Replication Groups. However, only the
global_replication_group_description
field can be updated. The ElastiCache API allows updatingAutomaticFailoverEnabled
,CacheNodeType
,CacheParameterGroupName
, andEngineVersion
once a Global Replication Group has been created.Add the ability to modify these parameters during an Update operation and call the Update operation as part of the Create operation.
Affected Resource
References
The text was updated successfully, but these errors were encountered: