diff --git a/README.md b/README.md index c7f1f84c..5d7e8f51 100644 --- a/README.md +++ b/README.md @@ -422,7 +422,7 @@ proxy_url = VALUE | [deployment\_storage\_account\_name](#input\_deployment\_storage\_account\_name) | Name of exising deployment storage account | `string` | `""` | no | | [enable\_application\_insights](#input\_enable\_application\_insights) | Enable Application Insights. | `bool` | `true` | no | | [function\_access\_restriction\_enabled](#input\_function\_access\_restriction\_enabled) | Allow public access, Access restrictions apply to inbound access to internal vent | `bool` | `false` | no | -| [function\_app\_dist](#input\_function\_app\_dist) | Function app code dist | `string` | `"dev"` | no | +| [function\_app\_dist](#input\_function\_app\_dist) | Function app code dist | `string` | `"release"` | no | | [function\_app\_identity\_name](#input\_function\_app\_identity\_name) | The user assigned identity name for the function app (if empty - new one is created). | `string` | `""` | no | | [function\_app\_log\_level](#input\_function\_app\_log\_level) | Log level for function app (from -1 to 5). See https://github.com/rs/zerolog#leveled-logging | `number` | `1` | no | | [function\_app\_storage\_account\_container\_prefix](#input\_function\_app\_storage\_account\_container\_prefix) | Weka storage account container name prefix | `string` | `"weka-tf-functions-deployment-"` | no | @@ -502,7 +502,7 @@ proxy_url = VALUE | [vnets\_to\_peer\_to\_deployment\_vnet](#input\_vnets\_to\_peer\_to\_deployment\_vnet) | List of vent-name:resource-group-name to peer |
list(object({
vnet = string
rg = string
}))
| `[]` | no | | [weka\_home\_url](#input\_weka\_home\_url) | Weka Home url | `string` | `""` | no | | [weka\_tar\_storage\_account\_id](#input\_weka\_tar\_storage\_account\_id) | ### private blob | `string` | `""` | no | -| [weka\_version](#input\_weka\_version) | The Weka version to deploy. | `string` | `"4.2.11"` | no | +| [weka\_version](#input\_weka\_version) | The Weka version to deploy. | `string` | `"4.2.12"` | no | | [zone](#input\_zone) | The zone in which the resources should be created. | `string` | `null` | no | ## Outputs