Skip to content

Commit 0302193

Browse files
change description
1 parent 60f32dd commit 0302193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codefresh/resource_idp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var idpSchema = map[string]*schema.Schema{
2929
Optional: true,
3030
},
3131
"client_type": {
32-
Description: "Type of the IDP. If not set it is derived from idp specific config object (github, gitlab etc)",
32+
Description: "Type of the IDP. Derived from idp specific config object (github, gitlab etc)",
3333
Type: schema.TypeString,
3434
Computed: true,
3535
ForceNew: true,

0 commit comments

Comments
 (0)