Skip to content

Commit

Permalink
Merge pull request #19282 from EasyRedir/b-aws_globalaccelerator_endp…
Browse files Browse the repository at this point in the history
…oint_group-issue_13468

r/aws_globalaccelerator_endpoint_group: Remove MaxItems from endpoint_configuration
  • Loading branch information
ewbankkit authored May 7, 2021
2 parents 77b0979 + 6bc0915 commit 668fd33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aws/resource_aws_globalaccelerator_endpoint_group.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ func resourceAwsGlobalAcceleratorEndpointGroup() *schema.Resource {
"endpoint_configuration": {
Type: schema.TypeSet,
Optional: true,
MaxItems: 10,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
"client_ip_preservation_enabled": {
Expand Down

0 comments on commit 668fd33

Please sign in to comment.