-
-
Notifications
You must be signed in to change notification settings - Fork 575
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
"snapshot_identifier": conflicts with global_cluster_identifier #358
Comments
I'm also affected by this: provider version 4.60.0. |
This issue has been resolved in version 8.0.0 🎉 |
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. |
Description
During restore from the snapshot error appear:
"snapshot_identifier": conflicts with global_cluster_identifier
All works fine if snapshot restore doesn't require.
Tested on different module version.
Also updated AWS provider to the latest available 4.60.0 which has this issue in the description and marked as fixed - it doesn't help.
Versions
Module version [Required]: 7.7.0
Terraform version:
v1.3.4
Provider version(s):
Reproduction Code [Required]
Run RDS creation/update with defined variable - snapshot_identifier
Expected behavior
Create RDS from snapshot.
Actual behavior
Got an error on PLAN run:
│ "snapshot_identifier": conflicts with global_cluster_identifier
The text was updated successfully, but these errors were encountered: