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 60f32dd commit 0302193Copy full SHA for 0302193
codefresh/resource_idp.go
@@ -29,7 +29,7 @@ var idpSchema = map[string]*schema.Schema{
29
Optional: true,
30
},
31
"client_type": {
32
- Description: "Type of the IDP. If not set it is derived from idp specific config object (github, gitlab etc)",
+ Description: "Type of the IDP. Derived from idp specific config object (github, gitlab etc)",
33
Type: schema.TypeString,
34
Computed: true,
35
ForceNew: true,
0 commit comments