We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 267bd94 commit 279b26bCopy full SHA for 279b26b
codefresh/resource_user.go
@@ -92,22 +92,6 @@ func resourceUser() *schema.Resource {
92
Optional: true,
93
Elem: &schema.Resource{
94
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
103
104
- // Elem: &schema.Schema{
105
- // Type: schema.TypeString,
106
- // },
107
108
109
110
111
"idp_id": {
112
Type: schema.TypeString,
113
0 commit comments