Skip to content

Commit 98435c9

Browse files
committed
Add Deletion/Update Policies to ArtifactBucketKey
1 parent 7657f4c commit 98435c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cicd/cloudformation/release.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ Resources:
8989

9090
ArtifactBucketKey:
9191
Type: AWS::KMS::Key
92+
DeletionPolicy: Retain
93+
UpdateReplacePolicy: Delete
9294
Properties:
9395
Description: Key for this CodePipeline
9496
Enabled: true

0 commit comments

Comments
 (0)