diff --git a/codefresh/resource_user.go b/codefresh/resource_user.go index cf4c7d8..2fe3706 100644 --- a/codefresh/resource_user.go +++ b/codefresh/resource_user.go @@ -92,22 +92,6 @@ func resourceUser() *schema.Resource { Optional: true, Elem: &schema.Resource{ Schema: map[string]*schema.Schema{ - // "credentials": { - // Type: schema.TypeList, - // Optional: true, - // MaxItems: 1, - // Elem: &schema.Resource{ - // Schema: map[string]*schema.Schema{ - // "permissions": { - // Type: schema.TypeList, - // Optional: true, - // Elem: &schema.Schema{ - // Type: schema.TypeString, - // }, - // }, - // }, - // }, - // }, "idp_id": { Type: schema.TypeString, Optional: true,