Skip to content

Commit

Permalink
Merge pull request #36095 from ADeakinELS/b-target-group-max-limit
Browse files Browse the repository at this point in the history
Remove max target group limit
  • Loading branch information
ewbankkit authored Mar 5, 2024
2 parents aa541ac + 4656524 commit c241b3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/36095.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
resource/aws_vpclattice_listener_rule: Remove `action.forward.target_groups` maximum item limit
```
1 change: 0 additions & 1 deletion internal/service/vpclattice/listener_rule.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ func ResourceListenerRule() *schema.Resource {
Type: schema.TypeList,
Required: true,
MinItems: 1,
MaxItems: 2,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
"target_group_identifier": {
Expand Down

0 comments on commit c241b3b

Please sign in to comment.