Skip to content

Commit

Permalink
Remove the commented code lines
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-codefresh authored Jul 30, 2020
1 parent 267bd94 commit 279b26b
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions codefresh/resource_user.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 279b26b

Please sign in to comment.