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
Creating an RDS instance by restoring from an existing Snapshot where the DBname will change results in a new RDS instance getting created with the DBname from the Snapshot.
Subsequent 'terraform apply' actions detect the incorrect DBname and force a new (RDS) resource, Re-creating the problem all over again
Example
An RDS snapshot is created myapp-sample-db from an existing RDS instance
A new RDS instance is requested using the myapp-sample-db Snapshot identifier but with a different DBname MYAPPDEV
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.
ghost
locked and limited conversation to collaborators
Apr 18, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In a Nutshell
Example
myapp-sample-db
from an existing RDS instancemyapp-sample-db
Snapshot identifier but with a different DBnameMYAPPDEV
Terraform Version
Terraform v0.7.7, Terraform v0.7.9
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
Actual Behavior
Steps to Reproduce
terraform apply
(RDS instance gets created)terraform apply
(DBName is detected as incorrect, forces new resource)terraform apply
(ad infinitum)References
The text was updated successfully, but these errors were encountered: