Skip to content

Commit

Permalink
add changelog, fix test formattting, add errorcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
andyt10 authored and ewbankkit committed Apr 29, 2021
1 parent 877c8d1 commit d50f7e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/18320.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
resource/aws_codebuild_project: Add `concurrent_build_limit` argument to specify build concurrency.
```
1 change: 1 addition & 0 deletions aws/resource_aws_codebuild_project_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2220,6 +2220,7 @@ func TestAccAWSCodeBuildProject_ConcurrentBuildLimit(t *testing.T) {
resource.ParallelTest(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t); testAccPreCheckAWSCodeBuild(t) },
Providers: testAccProviders,
ErrorCheck: testAccErrorCheck(t, codebuild.EndpointsID),
CheckDestroy: testAccCheckAWSCodeBuildProjectDestroy,
Steps: []resource.TestStep{
{
Expand Down

0 comments on commit d50f7e4

Please sign in to comment.