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 Jul 18, 2024
1 parent 119a5d2 commit bd1bb5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ set_shared_vpc_peering = true
| <a name="input_host_shared_range"></a> [host\_shared\_range](#input\_host\_shared\_range) | List of host ranges to allow security groups. | `list(string)` | `[]` | no |
| <a name="input_hotspare"></a> [hotspare](#input\_hotspare) | A hot spare is the system's ability to withstand the loss of a defined number of failure domains, rebuild data completely, and maintain original net capacity. | `number` | `1` | no |
| <a name="input_install_cluster_dpdk"></a> [install\_cluster\_dpdk](#input\_install\_cluster\_dpdk) | Specifies whether to install the WEKA cluster with DPDK. | `bool` | `true` | no |
| <a name="input_install_weka_url"></a> [install\_weka\_url](#input\_install\_weka\_url) | The URL to WEKA installation script or tar object. Examples: URL to installation script: https://[email protected]/dist/v1/install/4.3.1/4.3.1. URL to tar object: https://[email protected]/dist/v1/pkg/weka-4.3.1.tar. URL to tar object in a cloud bucket: gs://weka-installation/weka-4.2.11.tar. (Replace TOKEN with your valid WEKA download token). | `string` | `""` | no |
| <a name="input_install_weka_url"></a> [install\_weka\_url](#input\_install\_weka\_url) | The URL to WEKA installation script or tar object. Examples: URL to installation script: https://[email protected]/dist/v1/install/4.3.1/4.3.1. URL to tar object: https://[email protected]/dist/v1/pkg/weka-4.3.1.tar. URL to tar object in a cloud bucket: gs://weka-installation/weka-4.2.12.tar. (Replace TOKEN with your valid WEKA download token). | `string` | `""` | no |
| <a name="input_machine_type"></a> [machine\_type](#input\_machine\_type) | The machine type for the WEKA backend instance. Select one from the list of supported options. | `string` | `"c2-standard-8"` | no |
| <a name="input_mtu_size"></a> [mtu\_size](#input\_mtu\_size) | The Maximum Transmission Unit (MTU) size is the largest packet size that can be transmitted over a network. | `number` | `8896` | no |
| <a name="input_network_project_id"></a> [network\_project\_id](#input\_network\_project\_id) | The project ID for the network. | `string` | `""` | no |
Expand Down Expand Up @@ -363,7 +363,7 @@ set_shared_vpc_peering = true
| <a name="input_weka_tar_bucket_name"></a> [weka\_tar\_bucket\_name](#input\_weka\_tar\_bucket\_name) | The bucket name for the WEKA software tar file. | `string` | `""` | no |
| <a name="input_weka_tar_project_id"></a> [weka\_tar\_project\_id](#input\_weka\_tar\_project\_id) | The project ID for the WEKA software tar file. | `string` | `""` | no |
| <a name="input_weka_username"></a> [weka\_username](#input\_weka\_username) | A unique identifier for a user authorized to access the WEKA cluster (GUI, CLI, and API). | `string` | `"admin"` | no |
| <a name="input_weka_version"></a> [weka\_version](#input\_weka\_version) | WEKA version | `string` | `"4.2.11"` | no |
| <a name="input_weka_version"></a> [weka\_version](#input\_weka\_version) | WEKA version | `string` | `"4.2.12"` | no |
| <a name="input_worker_address_prefix_length"></a> [worker\_address\_prefix\_length](#input\_worker\_address\_prefix\_length) | The prefix length for IP addresses, expressed in the worker\_pool\_address\_cidr. For example, use 24 for a /24 subnet or 16 for a /16 subnet. The maximum value is 24. | `string` | `"16"` | no |
| <a name="input_worker_disk_size"></a> [worker\_disk\_size](#input\_worker\_disk\_size) | The size of the disk attached to the worker node in GB. | `number` | `100` | no |
| <a name="input_worker_machine_type"></a> [worker\_machine\_type](#input\_worker\_machine\_type) | The machine type for a worker. | `string` | `"e2-standard-4"` | no |
Expand Down

0 comments on commit bd1bb5b

Please sign in to comment.