Skip to content

Commit b390e1d

Browse files
committed
Fix: Add missing parent resource to the SnapshotCopy
1 parent f731c9f commit b390e1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/database.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ export class Database extends pulumi.ComponentResource {
222222
targetDbSnapshotIdentifier: `${snapshotIdentifier}-${Date.now()}`,
223223
kmsKeyId: this.kms.arn,
224224
},
225+
{ parent: this },
225226
);
226227
return encryptedSnapshotCopy;
227228
}

0 commit comments

Comments
 (0)