Skip to content

Commit 5c76512

Browse files
committed
Refactor KMS key import logic
1 parent 70027d4 commit 5c76512

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/cdk/stacks/EpsAssistMeStack.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@ export class EpsAssistMeStack extends Stack {
4848

4949
// ==== KMS Key Import ====
5050
const cloudWatchLogsKmsKey = Key.fromKeyArn(
51-
this,
52-
"cloudWatchLogsKmsKey",
53-
Fn.importValue("account-resources:CloudwatchLogsKmsKeyArn")
51+
this, "cloudWatchLogsKmsKey", Fn.importValue("account-resources:CloudwatchLogsKmsKeyArn")
5452
)
5553

5654
// ==== Access Logs Bucket ====

0 commit comments

Comments
 (0)