Skip to content

Commit

Permalink
Merge branch 'main' into mrgrain/fix/integ-runner-fails-to-load-database
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Nov 14, 2023
2 parents 76ccc01 + d6f6dd7 commit 8029b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-rds/lib/instance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ export interface DatabaseInstanceNewProps {
* Indicates whether automated backups should be deleted or retained when
* you delete a DB instance.
*
* @default false
* @default true
*/
readonly deleteAutomatedBackups?: boolean;

Expand Down

0 comments on commit 8029b50

Please sign in to comment.