-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
Failing to upgrade Aurora Cluster for Postgres database from version 11.9 to 11.12 using Terraform #22022
Comments
Hey @rawashdeha 👋 Thank you for taking the time to submit this issue. So that we have all of the necessary information in order to investigate, can you update the issue description to include all of the information found in the bug template? |
I was banging my head last week and this week when trying to upgrade the cluster/instance to a newer major version and found the same issue. I'm not sure this is the case here, since the terraform template was not provided above, but when I tried to upgrade postgresql cluster from version 10.14 to version 11.15, the same error showed up to me, I change the instance engine version to a string instead of a reference to the cluster, workaround the error but the instance didn't get updated. Terraform CLI and Terraform AWS Provider Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
Expected Behavior Actual Behavior Steps to Reproduce WORKAROUND THE ERROR
Finally, it looks like it worked, but the engine version never gets updated in the aws console and no matter how many times I try to run this template it will try to update but never happens. |
After writing the comment above, I realized there was some stuff I could try I set Here is the final template that worked for me:
|
This functionality has been released in v4.62.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. |
Terraform Version = v0.14.6
Provider = AWS
Using TFE
There error is during Apply:
Plan Result
Apply result:
The text was updated successfully, but these errors were encountered: