Skip to content

Commit

Permalink
Add Deletion/Update Policies to ArtifactBucketKey
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPates committed Sep 6, 2023
1 parent 7657f4c commit 98435c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cicd/cloudformation/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ Resources:

ArtifactBucketKey:
Type: AWS::KMS::Key
DeletionPolicy: Retain
UpdateReplacePolicy: Delete
Properties:
Description: Key for this CodePipeline
Enabled: true
Expand Down

0 comments on commit 98435c9

Please sign in to comment.