Skip to content

Commit

Permalink
docs: Document certificate type attribute
Browse files Browse the repository at this point in the history
Signed-off-by: Din Music <[email protected]>
  • Loading branch information
MusicDin committed May 31, 2024
1 parent 619b72a commit 0cbd6f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/resources/trust_certificate.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ EOF

* `name` - **Required** - Name of the certificate.

* `type` - *Optional* - Certificate type. Can be either `client` or `metrics`. Defaults to `client`.

* `content` - *__Required__ unless path is used* - The _contents_ of the certificate. Storing the
certificate directly in the Terraform configuration as plain text is not recommended. Instead,
use the `file()` function to read the content from a file on disk, or use the `path` attribute.
Expand Down

0 comments on commit 0cbd6f0

Please sign in to comment.