File tree Expand file tree Collapse file tree
packages/aws-cdk/lib/api/bootstrap Expand file tree Collapse file tree Original file line number Diff line number Diff 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 '
822821Outputs :
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 '
You can’t perform that action at this time.
0 commit comments