RDS snapshot restore ignores specified engine_version #7723
Labels
bug
Addresses a defect in current functionality.
service/rds
Issues and PRs that pertain to the rds service.
Milestone
Community Note
Terraform Version
0.11.11
aws provider version 1.59.0
Affected Resource(s)
RDS Postgres instance
Terraform Configuration Files
Debug Output
https://gist.github.com/maxleonca/c242d786da61cb9df643be120725c90b
Panic Output
none
Expected Behavior
The new engine version specified in the code should have been applied to the restored snapshot
Actual Behavior
The specified engine version is ignored and the one that was on the original DB from where the snapshot was taken is enforced during the restoration process.
Steps to Reproduce
Import a snapshot and change the engine version.
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: