Skip to content

Commit

Permalink
Cosmetics.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Mar 10, 2023
1 parent 9950f1e commit 5aed50f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/conns/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,7 @@ func (c *Config) ConfigureProvider(ctx context.Context, client *AWSClient) (*AWS
r.Retryable = aws.Bool(true)
}
})

//Potential fix for https://github.com/hashicorp/terraform-provider-aws/issues/18018

client.apigatewayv2Conn.Handlers.Retry.PushBack(func(r *request.Request) {
// Many operations can return an error such as:
// ConflictException: Unable to complete operation due to concurrent modification. Please try again later.
Expand Down

0 comments on commit 5aed50f

Please sign in to comment.