Skip to content

Commit e5ca327

Browse files
committed
Update docs before release
1 parent ac6f2cd commit e5ca327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ description: |-
3131
- **insecure** (Boolean, Optional) When using https, this disables TLS verification of the host.
3232
- **key_file** (String, Optional) When set with the cert_file parameter, the provider will load a client certificate as a file for mTLS authentication. Note that this mechanism simply delegates to golang's tls.LoadX509KeyPair which does not support passphrase protected private keys. The most robust security protections available to the key_file are simple file system permissions.
3333
- **key_string** (String, Optional) When set with the cert_string parameter, the provider will load a client certificate as a string for mTLS authentication. Note that this mechanism simply delegates to golang's tls.LoadX509KeyPair which does not support passphrase protected private keys. The most robust security protections available to the key_file are simple file system permissions.
34-
- **oauth_client_credentials** (Block List, Max: 1) (see [below for nested schema](#nestedblock--oauth_client_credentials))
34+
- **oauth_client_credentials** (Block List, Max: 1) Configuration for oauth client credential flow (see [below for nested schema](#nestedblock--oauth_client_credentials))
3535
- **password** (String, Optional) When set, will use this password for BASIC auth to the API.
3636
- **rate_limit** (Number, Optional) Set this to limit the number of requests per second made to the API.
3737
- **read_method** (String, Optional) Defaults to `GET`. The HTTP method used to READ objects of this type on the API server.

0 commit comments

Comments
 (0)