We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7657f4c commit 98435c9Copy full SHA for 98435c9
cicd/cloudformation/release.yaml
@@ -89,6 +89,8 @@ Resources:
89
90
ArtifactBucketKey:
91
Type: AWS::KMS::Key
92
+ DeletionPolicy: Retain
93
+ UpdateReplacePolicy: Delete
94
Properties:
95
Description: Key for this CodePipeline
96
Enabled: true
0 commit comments