From 620bd9b0b1ae3e97d0b8c3f96a269bad187bf5bf Mon Sep 17 00:00:00 2001 From: Viktor Ribchev Date: Wed, 2 Oct 2024 16:01:07 +0300 Subject: [PATCH] fixed CHANGELOG.md --- terraform-docs.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/terraform-docs.yaml b/terraform-docs.yaml index d196648..0bb8dca 100644 --- a/terraform-docs.yaml +++ b/terraform-docs.yaml @@ -9,9 +9,12 @@ output: mode: inject template: |- + | Name | Description | Type| Default | Required | + |------|-------------|-----|----------|----------| + | tls\_certificate\_path | Path to a TLS certificate that will be imported in Azure Key Vault and used in the Application Gateway TLS listener for GraphDB. (either `tls_certificate_path` or `tls_certificate_password` is required ) | `string` | null | yes | + | tls\_certificate\_password | TLS certificate password for password protected certificates. | `string` | null | yes | {{ .Content }} - sort: enabled: false