Skip to content

Commit

Permalink
Merge pull request #21254 from drewmullen/b-rm-distribution-limit
Browse files Browse the repository at this point in the history
regression: aws/aws_imagebuilder_distribution_configuration  Remove hard limit on distributions
  • Loading branch information
ewbankkit authored Oct 13, 2021
2 parents 30b9428 + 5e63c34 commit f9ee8ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/21254.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
resource/aws_imagebuilder_distribution_configuration: remove hard limit on distribution target accounts
```
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ func resourceAwsImageBuilderDistributionConfiguration() *schema.Resource {
Type: schema.TypeString,
ValidateFunc: validateAwsAccountId,
},
MaxItems: 50,
},
},
},
Expand Down

0 comments on commit f9ee8ce

Please sign in to comment.