From 0cbd6f0c4d4881144fcc215959e2c2697dc1a4bf Mon Sep 17 00:00:00 2001 From: Din Music Date: Fri, 31 May 2024 19:28:22 +0000 Subject: [PATCH] docs: Document certificate type attribute Signed-off-by: Din Music --- docs/resources/trust_certificate.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/resources/trust_certificate.md b/docs/resources/trust_certificate.md index 553458aa..71004a7e 100644 --- a/docs/resources/trust_certificate.md +++ b/docs/resources/trust_certificate.md @@ -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.