-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
provider/aws: Add support for Skipping Final Snapshot in RDS Cluster
This works exactly the same as in DB Instance. We cannot use an empty string to skip the final snapshot or we get the following error: ``` only alphanumeric characters and hyphens allowed in "final_snapshot_identifier" ``` Therefore, we need to wrap this with another parameter. The we DO NOT skip final snapshots by default as we currently create them right now and this would change the user functionality
- Loading branch information
Showing
2 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters