-
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
bug version 1.40 #6157
Comments
Same problem here ! Had to switch back to 1.39 to make it work. |
Ran into this myself tonight. TF v0.11.10 Error
Edit |
changing my provider to:
fixed this, as it did for others. I was also trying to create an rds aurora postgresql 10.4 cluster from snapshot with latest aws provider and latest tf. |
I was able to reproduce this with some new acceptance testing -- working on a fix now. 👍
|
Pull request submitted with acceptance testing to cover this going forward: #6391 |
Sorry for the trouble, folks! The fix for this has been merged and will release with version 1.43.1 of the AWS provider, likely later today. 👍 |
Thank you sir! |
This has been released in version 1.43.1 of the AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. |
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. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
issuse:
aws_rds_cluster.default: Failed to modify RDS Cluster (demo): InvalidParameterCombination: The specified new engine version is same as current version: 9.6.9
status code: 400, request id: 04f08c7a-3aee-4754-96f1-b1e33bcacbe6
it happened when I trying to restore the last snapshot and the snapshot already configured to with rds engine version 9.6.9 it also happens when I trying to upgrade to 10.4.
so, for now, I back to version 1.39
The text was updated successfully, but these errors were encountered: