-
-
Notifications
You must be signed in to change notification settings - Fork 250
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
Issue managing 6.x clusters #88
Comments
Manually setting the engine_version to |
The previous Related: hashicorp/terraform-provider-aws#18920
|
This should be fixed in the next provider: 3.38.0 https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md |
I've tested the creation of a redis6.x cluster this morning with the latest AWS provider for TF version 3.38.0. It worked like a charm. The issue can be closed. |
Thanks for confirming @guidoilbaldo! |
When creating a cluster you have to specify 6.x as the
engine_version
otherwise you get this error:After creating the cluster using
6.x
subsiquent runs fail with the following error until you updateengine_version
to6.0.5
:The text was updated successfully, but these errors were encountered: