This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 81f85f1 committed Feb 25, 2025 · 6 / 9
1 parent 757ae69 commit 81f85f1 Copy full SHA for 81f85f1
File tree 1 file changed +3
-1
lines changed
packages/aws-cdk/lib/api/bootstrap
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -166,6 +166,8 @@ Resources:
166
166
Fn::Sub : " ${FilePublishingRole.Arn}"
167
167
Resource : " *"
168
168
Condition : CreateNewKey
169
+ UpdateReplacePolicy : Delete
170
+ DeletionPolicy : Delete
169
171
FileAssetsBucketEncryptionKeyAlias :
170
172
Condition : CreateNewKey
171
173
Type : AWS::KMS::Alias
@@ -657,7 +659,7 @@ Resources:
657
659
Type : String
658
660
Name :
659
661
Fn::Sub : ' /cdk-bootstrap/${Qualifier}/version'
660
- Value : ' 25 '
662
+ Value : ' 26 '
661
663
Outputs :
662
664
BucketName :
663
665
Description : The name of the S3 bucket owned by the CDK toolkit stack
You can’t perform that action at this time.
0 commit comments