-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix logic for validating RDS params to not allow a retention period less than the configuring minimum backup retention period * add more test cases * add logic to ensure that backup retention cannot be less tha configured minimum retention on update * change backup_retention_period update param to use pointer to separate the difference between nil and 0 as values * update test to verify error is thrown when backup retention period of 0 is specified * fix invalid pointer reference * update expected property for test * add more test cases * update org name in github repo from 18F -> cloud-gov
- Loading branch information
Showing
6 changed files
with
171 additions
and
52 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Git sources | ||
aws-broker-url: https://github.com/18F/aws-broker | ||
aws-broker-url: https://github.com/cloud-gov/aws-broker | ||
aws-broker-branch: main | ||
aws-broker-branch-development: main |
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
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
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