Skip to content

Commit

Permalink
terraform-docs: automated action
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and assafgi committed Jun 15, 2023
1 parent 2fcd98c commit 8f0c98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ No modules.
| <a name="input_cluster_size"></a> [cluster\_size](#input\_cluster\_size) | The number of virtual machines to deploy. | `number` | `6` | no |
| <a name="input_container_number_map"></a> [container\_number\_map](#input\_container\_number\_map) | Maps the number of objects and memory size per machine type. | <pre>map(object({<br> compute = number<br> drive = number<br> frontend = number<br> nvme = number<br> nics = number<br> memory = string<br> }))</pre> | <pre>{<br> "Standard_L16s_v3": {<br> "compute": 4,<br> "drive": 2,<br> "frontend": 1,<br> "memory": "72GB",<br> "nics": 8,<br> "nvme": 2<br> },<br> "Standard_L32s_v3": {<br> "compute": 4,<br> "drive": 2,<br> "frontend": 1,<br> "memory": "189GB",<br> "nics": 8,<br> "nvme": 4<br> },<br> "Standard_L48s_v3": {<br> "compute": 3,<br> "drive": 3,<br> "frontend": 1,<br> "memory": "306GB",<br> "nics": 8,<br> "nvme": 6<br> },<br> "Standard_L64s_v3": {<br> "compute": 4,<br> "drive": 2,<br> "frontend": 1,<br> "memory": "418GB",<br> "nics": 8,<br> "nvme": 8<br> },<br> "Standard_L8s_v3": {<br> "compute": 1,<br> "drive": 1,<br> "frontend": 1,<br> "memory": "31GB",<br> "nics": 4,<br> "nvme": 1<br> }<br>}</pre> | no |
| <a name="input_default_disk_size"></a> [default\_disk\_size](#input\_default\_disk\_size) | The default disk size. | `number` | `48` | no |
| <a name="input_function_app_dist"></a> [function\_app\_dist](#input\_function\_app\_dist) | Function app code dist | `string` | `"dev"` | no |
| <a name="input_function_app_dist"></a> [function\_app\_dist](#input\_function\_app\_dist) | Function app code dist | `string` | `"release"` | no |
| <a name="input_function_app_log_level"></a> [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 |
| <a name="input_function_app_storage_account_container_prefix"></a> [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 |
| <a name="input_function_app_storage_account_prefix"></a> [function\_app\_storage\_account\_prefix](#input\_function\_app\_storage\_account\_prefix) | Weka storage account name prefix | `string` | `"weka"` | no |
Expand Down

0 comments on commit 8f0c98c

Please sign in to comment.