Skip to content

Commit

Permalink
Merge pull request #8 from codefresh-io/remove-commented-code
Browse files Browse the repository at this point in the history
Remove the commented code lines
  • Loading branch information
vadimgusev-codefresh authored Feb 16, 2021
2 parents 0b732c2 + 279b26b commit 41b35dd
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 41b35dd

Please sign in to comment.