We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4c0d7f commit 3658313Copy full SHA for 3658313
src/components/database.ts
@@ -268,9 +268,10 @@ export class Database extends pulumi.ComponentResource {
268
backupRetentionPeriod: 14,
269
caCertIdentifier: 'rds-ca-rsa2048-g1',
270
parameterGroupName: argsWithDefaults.parameterGroupName,
271
- ...monitoringOptions,
+ allowMajorVersionUpgrade: Boolean(argsWithDefaults.snapshotIdentifier),
272
snapshotIdentifier:
273
this.encryptedSnapshotCopy?.targetDbSnapshotIdentifier,
274
+ ...monitoringOptions,
275
tags: { ...commonTags, ...argsWithDefaults.tags },
276
},
277
{ parent: this, dependsOn: [this.password] },
0 commit comments