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
I'm not sure if the following is a terraform or aws provider issue but it sure seems like it's an issue as in my case the request behaves as if "skip_final_snapshot" isn't set or it's always true and it's expecting a "final_snapshot_identifier" (though even when provided the error claims it's not there). I've linked a similar issue as well.
This issue has been automatically migrated to hashicorp/terraform-provider-aws#2588 because it looks like an issue with that provider. If you believe this is not an issue with the provider, please reply to this issue and let us know.
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 5, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I'm not sure if the following is a terraform or aws provider issue but it sure seems like it's an issue as in my case the request behaves as if "skip_final_snapshot" isn't set or it's always true and it's expecting a "final_snapshot_identifier" (though even when provided the error claims it's not there). I've linked a similar issue as well.
Thanks!
Terraform Version
Terraform Configuration Files
Debug Output
https://gist.github.com/andrei-dascalu/9eaaa3491b5ad77f7e4f8c4f11dc960a
Expected Behavior
RDS Cluster with 2 instances created
Actual Behavior
Error:
1 error(s) occurred:
aws_rds_cluster.example (destroy): 1 error(s) occurred:
aws_rds_cluster.example: RDS Cluster FinalSnapshotIdentifier is required when a final snapshot is required
Steps to Reproduce
run: terraform apply
References
The text was updated successfully, but these errors were encountered: