We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
optional
coder_external_auth
1 parent 56cf845 commit a5cc8a1Copy full SHA for a5cc8a1
provider/externalauth.go
@@ -32,8 +32,13 @@ func externalAuthDataSource() *schema.Resource {
32
},
33
"access_token": {
34
Type: schema.TypeString,
35
- Computed: true,
36
Description: "The access token returned by the external auth provider. This can be used to pre-authenticate command-line tools.",
+ Computed: true,
37
+ },
38
+ "optional": {
39
+ Type: schema.TypeBool,
40
+ Description: "Connecting to the external auth provider is not required, and can be skipped by users.",
41
+ Optional: true,
42
43
44
}
0 commit comments