Skip to content

Commit

Permalink
fix: update the CDK bootstrap template to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
philasmar committed Nov 15, 2023
1 parent 67923a4 commit a7ab6ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/AWS.Deploy.Orchestration/CDK/CDKBootstrapTemplate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ Resources:
Status: Enabled
NoncurrentVersionExpiration:
NoncurrentDays: 365
UpdateReplacePolicy: Retain
DeletionPolicy: Retain
UpdateReplacePolicy: Delete
DeletionPolicy: Delete
StagingBucketPolicy:
Type: AWS::S3::BucketPolicy
Properties:
Expand Down Expand Up @@ -584,7 +584,7 @@ Resources:
Type: String
Name:
Fn::Sub: /cdk-bootstrap/${Qualifier}/version
Value: "18"
Value: "19"
Outputs:
BucketName:
Description: The name of the S3 bucket owned by the CDK toolkit stack
Expand Down

0 comments on commit a7ab6ef

Please sign in to comment.