Skip to content

Commit

Permalink
Update database certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
ikovac committed Aug 14, 2024
1 parent 0f9a249 commit 8a69da5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ export class Database extends pulumi.ComponentResource {
finalSnapshotIdentifier: `${this.name}-final-snapshot-${stack}`,
backupWindow: '06:00-06:30',
backupRetentionPeriod: 14,
caCertIdentifier: 'rds-ca-rsa2048-g1',
parameterGroupName: argsWithDefaults.parameterGroupName,
...monitoringOptions,
tags: { ...commonTags, ...argsWithDefaults.tags },
Expand Down

0 comments on commit 8a69da5

Please sign in to comment.