You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not really bug, but a question. (Alternatively, is there a mailing list or other forum for support?)
Is there a guide for using this module for upgrading RDS versions? I haven't dug in myself yet, but my team reports that in the process of importing an RDS instance into terraform (using this module), then doing an RDS upgrade via terraform:
The module tries to drop the old parameter group and create a new one. However, the old parameter group is attached to old snapshots and won't delete, which causes problems.
So, we're looking for a guide to using this module in the context of RDS upgrades. Failing that, we're looking for an approach to dealing with this parameter group issue, in particular.
This issue has been automatically marked as stale because it has been open 30 days
with no activity. Remove stale label or comment or this issue will be closed in 10 days
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Not really bug, but a question. (Alternatively, is there a mailing list or other forum for support?)
Is there a guide for using this module for upgrading RDS versions? I haven't dug in myself yet, but my team reports that in the process of importing an RDS instance into terraform (using this module), then doing an RDS upgrade via terraform:
The module tries to drop the old parameter group and create a new one. However, the old parameter group is attached to old snapshots and won't delete, which causes problems.
So, we're looking for a guide to using this module in the context of RDS upgrades. Failing that, we're looking for an approach to dealing with this parameter group issue, in particular.
My first thought would be to try a lifecycle
prevent_destroy
on the parameter group but currently, that can't be done from a module's caller.The text was updated successfully, but these errors were encountered: