diff --git a/auth0/resource_auth0_client.go b/auth0/resource_auth0_client.go index e5e22c3f..08ad8037 100644 --- a/auth0/resource_auth0_client.go +++ b/auth0/resource_auth0_client.go @@ -30,8 +30,9 @@ func newClient() *schema.Resource { Required: true, }, "description": { - Type: schema.TypeString, - Optional: true, + Type: schema.TypeString, + Optional: true, + ValidateFunc: validation.StringLenBetween(0, 140), }, "client_id": { Type: schema.TypeString,