Closed
Description
Name of the resource
AWS::CodeBuild::Project
Resource name
No response
Description
A new feature has been added to the SDK to set the AutoRetryLimit for a CodeBuild Project: https://docs.aws.amazon.com/codebuild/latest/userguide/auto-retry-build.html
It would be nice if support for this was added to AWS::CodeBuild::Project so we can use IaC to configure this new feature
Other Details
No response
Activity
colyoonamaz commentedon Nov 1, 2024
It seems like this feature is currently supported within CFN, but the documentation is slightly out of date. You can create a CodeBuild project with an AutoRetryLimit using the following template:
mdgm88 commentedon Nov 3, 2024
Thanks. That works, however cfn-lint sees it as invalid. Will need to raise a separate request on that repo
mdgm88 commentedon Nov 3, 2024
Raised aws-cloudformation/cfn-lint#3808
feat(codebuild): support auto retry limit for Project (#32507)