From 233ee540e656ef534ecd0748f25d2b11383c14ad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 29 Jul 2024 10:41:41 +0000 Subject: [PATCH] terraform-docs: automated action --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe5706b..1c8493c 100644 --- a/README.md +++ b/README.md @@ -76,17 +76,18 @@ resources that lack official modules. | [azuremonitor](#input\_azuremonitor) | # To support otel azure monitor sql and redis metrics need operator-wandb chart minimum version 0.14.0 | `bool` | `false` | no | | [blob\_container](#input\_blob\_container) | Use an existing bucket. | `string` | `""` | no | | [cluster\_sku\_tier](#input\_cluster\_sku\_tier) | The Azure AKS SKU Tier to use for this cluster (https://learn.microsoft.com/en-us/azure/aks/free-standard-pricing-tiers) | `string` | `"Free"` | no | -| [create\_cmk\_key](#input\_create\_cmk\_key) | n/a | `bool` | n/a | yes | | [create\_private\_link](#input\_create\_private\_link) | Use for the azure private link. | `bool` | `false` | no | | [create\_redis](#input\_create\_redis) | Boolean indicating whether to provision an redis instance (true) or not (false). | `bool` | `false` | no | -| [create\_seprate\_cmk\_key](#input\_create\_seprate\_cmk\_key) | n/a | `bool` | n/a | yes | | [curve](#input\_curve) | n/a | `string` | `"P-256"` | no | +| [customer\_storage\_key](#input\_customer\_storage\_key) | n/a | `string` | `null` | no | | [database\_availability\_mode](#input\_database\_availability\_mode) | n/a | `string` | `"SameZone"` | no | | [database\_sku\_name](#input\_database\_sku\_name) | Specifies the SKU Name for this MySQL Server | `string` | `"GP_Standard_D4ds_v4"` | no | | [database\_version](#input\_database\_version) | Version for MySQL | `string` | `"8.0.21"` | no | | [deletion\_protection](#input\_deletion\_protection) | If the instance should have deletion protection enabled. The database / Bucket can't be deleted when this value is set to `true`. | `bool` | `true` | no | | [domain\_name](#input\_domain\_name) | Domain for accessing the Weights & Biases UI. | `string` | `null` | no | +| [enable\_database\_key](#input\_enable\_database\_key) | n/a | `bool` | `false` | no | | [enable\_encryption](#input\_enable\_encryption) | n/a | `bool` | `false` | no | +| [enable\_storage\_key](#input\_enable\_storage\_key) | n/a | `bool` | `false` | no | | [external\_bucket](#input\_external\_bucket) | config an external bucket | `any` | `null` | no | | [key\_size](#input\_key\_size) | n/a | `number` | `2048` | no | | [key\_type](#input\_key\_type) | n/a | `string` | `"RSA"` | no | @@ -103,6 +104,7 @@ resources that lack official modules. | [oidc\_secret](#input\_oidc\_secret) | The Client secret of application in your identity provider | `string` | `""` | no | | [other\_wandb\_env](#input\_other\_wandb\_env) | Extra environment variables for W&B | `map(any)` | `{}` | no | | [parquet\_wandb\_env](#input\_parquet\_wandb\_env) | Extra environment variables for W&B | `map(string)` | `{}` | no | +| [purge\_protection\_enabled](#input\_purge\_protection\_enabled) | Enable or disable purge protection for the Key Vault. | `bool` | `true` | no | | [redis\_capacity](#input\_redis\_capacity) | Number indicating size of an redis instance | `number` | `2` | no | | [size](#input\_size) | Deployment size | `string` | `null` | no | | [ssl](#input\_ssl) | Enable SSL certificate | `bool` | `true` | no |