diff --git a/provider/provider.go b/provider/provider.go index 5e95ad39a..31f1ab7f6 100644 --- a/provider/provider.go +++ b/provider/provider.go @@ -96,7 +96,7 @@ func KeycloakProvider() *schema.Provider { "client_timeout": { Optional: true, Type: schema.TypeInt, - Description: "Timeout (in seconds) of the Keycloak client" + Description: "Timeout (in seconds) of the Keycloak client", Default: 5, }, },