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 9876bd8 commit bb20f48Copy full SHA for bb20f48
packages/cdk/stacks/EpsAssistMeStack.ts
@@ -72,7 +72,7 @@ export class EpsAssistMeStack extends Stack {
72
blockPublicAccess: BlockPublicAccess.BLOCK_ALL,
73
encryption: BucketEncryption.KMS,
74
encryptionKey: cloudWatchLogsKmsKey,
75
- removalPolicy: RemovalPolicy.RETAIN,
+ removalPolicy: RemovalPolicy.DESTROY,
76
autoDeleteObjects: true,
77
enforceSSL: true,
78
versioned: false,
@@ -83,7 +83,7 @@ export class EpsAssistMeStack extends Stack {
83
84
85
86
87
88
89
versioned: true,
0 commit comments