Skip to content

Commit 279b26b

Browse files
Remove the commented code lines
1 parent 267bd94 commit 279b26b

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

codefresh/resource_user.go

-16
Original file line numberDiff line numberDiff line change
@@ -92,22 +92,6 @@ func resourceUser() *schema.Resource {
9292
Optional: true,
9393
Elem: &schema.Resource{
9494
Schema: map[string]*schema.Schema{
95-
// "credentials": {
96-
// Type: schema.TypeList,
97-
// Optional: true,
98-
// MaxItems: 1,
99-
// Elem: &schema.Resource{
100-
// Schema: map[string]*schema.Schema{
101-
// "permissions": {
102-
// Type: schema.TypeList,
103-
// Optional: true,
104-
// Elem: &schema.Schema{
105-
// Type: schema.TypeString,
106-
// },
107-
// },
108-
// },
109-
// },
110-
// },
11195
"idp_id": {
11296
Type: schema.TypeString,
11397
Optional: true,

0 commit comments

Comments
 (0)