Skip to content

Commit

Permalink
Fix: Add missing parent resource to the SnapshotCopy
Browse files Browse the repository at this point in the history
  • Loading branch information
ikovac committed Aug 19, 2024
1 parent f731c9f commit b390e1d
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 @@ -222,6 +222,7 @@ export class Database extends pulumi.ComponentResource {
targetDbSnapshotIdentifier: `${snapshotIdentifier}-${Date.now()}`,
kmsKeyId: this.kms.arn,
},
{ parent: this },
);
return encryptedSnapshotCopy;
}
Expand Down

0 comments on commit b390e1d

Please sign in to comment.