Skip to content

Commit 923a112

Browse files
authored
Revert bootstrap template changes
1 parent d85411e commit 923a112

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

packages/aws-cdk/lib/api/bootstrap/bootstrap-template.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -681,8 +681,7 @@ Resources:
681681
# Our CI/CD does not need DeleteStack,
682682
# but we also want to use this role from the CLI,
683683
# and there you can call `cdk destroy`
684-
- cloudformation:List*
685-
- cloudformation:Describe*
684+
- cloudformation:DescribeStackEvents
686685
- cloudformation:GetTemplate
687686
- cloudformation:DeleteStack
688687
- cloudformation:UpdateTerminationProtection
@@ -818,7 +817,7 @@ Resources:
818817
Name:
819818
Fn::Sub: '/cdk-bootstrap/${Qualifier}/version'
820819
# Also update this value below (see comment there)
821-
Value: '32'
820+
Value: '31'
822821
Outputs:
823822
BucketName:
824823
Description: The name of the S3 bucket owned by the CDK toolkit stack
@@ -853,4 +852,4 @@ Outputs:
853852
# {Fn::GetAtt} on an SSM Parameter is eventually consistent, and can fail with "parameter
854853
# doesn't exist" even after just having been created. To reduce our deploy failure rate, we
855854
# duplicate the value here and use a build-time test to ensure the two values are the same.
856-
Value: '32'
855+
Value: '31'

0 commit comments

Comments
 (0)