From 48d69a8ef288bf609b97b318823aa9be71eecbe3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 16 Oct 2024 07:06:39 +0000 Subject: [PATCH] terraform-docs: updated markdown table --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1361db0..2eeceee 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ az vm image terms accept --offer graphdb-ee --plan graphdb-byol --publisher onto | gateway\_probe\_interval | Interval in seconds between the health probe checks | `number` | `10` | no | | gateway\_probe\_timeout | Timeout in seconds for the health probe checks | `number` | `1` | no | | gateway\_probe\_threshold | Number of consecutive health checks to consider the probe passing or failing | `number` | `2` | no | -| 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\_id must be provided. | `string` | n/a | yes | +| 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\_id must be provided. | `string` | `null` | no | | tls\_certificate\_password | TLS certificate password for password-protected certificates. | `string` | `null` | no | | tls\_certificate\_id | Resource identifier for a TLS certificate secret from a Key Vault. Overrides tls\_certificate\_path. Either tls\_certificate\_id or tls\_certificate\_path must be provided. | `string` | `null` | no | | tls\_certificate\_identity\_id | Identifier of a managed identity giving access to the TLS certificate specified with tls\_certificate\_id | `string` | `null` | no |