You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aname="input_protocol_gateways_identity_name"></a> [protocol\_gateways\_identity\_name](#input\_protocol\_gateways\_identity\_name)| The user assigned identity name for the protocol gateways instances (if empty - new one is created). |`string`|`""`| no |
448
449
| <aname="input_proxy_url"></a> [proxy\_url](#input\_proxy\_url)| Weka home proxy url |`string`|`""`| no |
449
450
| <aname="input_rg_name"></a> [rg\_name](#input\_rg\_name)| A predefined resource group in the Azure subscription. |`string`| n/a | yes |
451
+
| <aname="input_s3_protocol_gateway_disk_size"></a> [s3\_protocol\_gateway\_disk\_size](#input\_s3\_protocol\_gateway\_disk\_size)| The protocol gateways' default disk size. |`number`|`48`| no |
452
+
| <aname="input_s3_protocol_gateway_fe_cores_num"></a> [s3\_protocol\_gateway\_fe\_cores\_num](#input\_s3\_protocol\_gateway\_fe\_cores\_num)| The number of frontend cores on single protocol gateway machine. |`number`|`1`| no |
453
+
| <aname="input_s3_protocol_gateway_instance_type"></a> [s3\_protocol\_gateway\_instance\_type](#input\_s3\_protocol\_gateway\_instance\_type)| The protocol gateways' virtual machine type (sku) to deploy. |`string`|`"Standard_D8_v5"`| no |
454
+
| <aname="input_s3_protocol_gateways_number"></a> [s3\_protocol\_gateways\_number](#input\_s3\_protocol\_gateways\_number)| The number of protocol gateway virtual machines to deploy. |`number`|`0`| no |
455
+
| <aname="input_s3_setup_protocol"></a> [s3\_setup\_protocol](#input\_s3\_setup\_protocol)| Config protocol, default if false |`bool`|`false`| no |
450
456
| <aname="input_script_post_cluster_creation"></a> [script\_post\_cluster\_creation](#input\_script\_post\_cluster\_creation)| Script to run after cluster creation |`string`|`""`| no |
451
457
| <aname="input_script_pre_start_io"></a> [script\_pre\_start\_io](#input\_script\_pre\_start\_io)| Script to run before starting IO |`string`|`""`| no |
452
458
| <aname="input_set_dedicated_fe_container"></a> [set\_dedicated\_fe\_container](#input\_set\_dedicated\_fe\_container)| Create cluster with FE containers |`bool`|`true`| no |
@@ -504,6 +510,7 @@ proxy_url = VALUE
504
510
| <aname="output_nfs_protocol_gateway_ips"></a> [nfs\_protocol\_gateway\_ips](#output\_nfs\_protocol\_gateway\_ips)| If 'private\_network' is set to false, it will output nfs protocol gateway public ips, otherwise private ips. |
505
511
| <aname="output_ppg_id"></a> [ppg\_id](#output\_ppg\_id)| Placement proximity group id |
506
512
| <aname="output_private_ssh_key"></a> [private\_ssh\_key](#output\_private\_ssh\_key)| If 'ssh\_public\_key' is set to null and no file provided, it will output the private ssh key location. |
513
+
| <aname="output_s3_protocol_gateway_ips"></a> [s3\_protocol\_gateway\_ips](#output\_s3\_protocol\_gateway\_ips)| If 'private\_network' is set to false, it will output smb protocol gateway public ips, otherwise private ips. |
507
514
| <aname="output_sg_id"></a> [sg\_id](#output\_sg\_id)| Security group id |
508
515
| <aname="output_smb_protocol_gateway_ips"></a> [smb\_protocol\_gateway\_ips](#output\_smb\_protocol\_gateway\_ips)| If 'private\_network' is set to false, it will output smb protocol gateway public ips, otherwise private ips. |
509
516
| <aname="output_subnet_name"></a> [subnet\_name](#output\_subnet\_name)| Subnet name |
0 commit comments