diff --git a/README.md b/README.md index b55af987..b920a2ff 100644 --- a/README.md +++ b/README.md @@ -803,7 +803,7 @@ The `helper_commands` part in the output provides lambda call that can be used t | [smb\_protocol\_gateways\_number](#input\_smb\_protocol\_gateways\_number) | The number of protocol gateway virtual machines to deploy. | `number` | `0` | no | | [smb\_setup\_protocol](#input\_smb\_setup\_protocol) | Config protocol, default if false | `bool` | `false` | no | | [smb\_share\_name](#input\_smb\_share\_name) | The name of the SMB share | `string` | `"default"` | no | -| [smbw\_enabled](#input\_smbw\_enabled) | Enable SMBW protocol. This option should be provided before cluster is created to leave extra capacity for SMBW setup. | `bool` | `false` | no | +| [smbw\_enabled](#input\_smbw\_enabled) | Enable SMBW protocol. This option should be provided before cluster is created to leave extra capacity for SMBW setup. | `bool` | `true` | no | | [ssh\_public\_key](#input\_ssh\_public\_key) | Ssh public key to pass to the instances. | `string` | `null` | no | | [stripe\_width](#input\_stripe\_width) | Stripe width = cluster\_size - protection\_level - 1 (by default). | `number` | `-1` | no | | [subnet\_autocreate\_as\_private](#input\_subnet\_autocreate\_as\_private) | Create private subnet using nat gateway to route traffic. The default is public network. Relevant only when subnet\_ids is empty. | `bool` | `false` | no | diff --git a/modules/protocol_gateways/README.md b/modules/protocol_gateways/README.md index 25a5688b..8d561257 100644 --- a/modules/protocol_gateways/README.md +++ b/modules/protocol_gateways/README.md @@ -64,7 +64,7 @@ No modules. | [smb\_cluster\_name](#input\_smb\_cluster\_name) | The name of the SMB setup. | `string` | `"Weka-SMB"` | no | | [smb\_domain\_name](#input\_smb\_domain\_name) | The domain to join the SMB cluster to. | `string` | `""` | no | | [smb\_share\_name](#input\_smb\_share\_name) | The name of the SMB share | `string` | `""` | no | -| [smbw\_enabled](#input\_smbw\_enabled) | Enable SMBW protocol. | `bool` | `false` | no | +| [smbw\_enabled](#input\_smbw\_enabled) | Enable SMBW protocol. | `bool` | `true` | no | | [subnet\_id](#input\_subnet\_id) | subnet id | `string` | n/a | yes | | [tags\_map](#input\_tags\_map) | A map of tags to assign the same metadata to all resources in the environment. Format: key:value. | `map(string)` |
{
"creator": "tf",
"env": "dev"
}
| no | | [weka\_cluster\_size](#input\_weka\_cluster\_size) | Number of backends in the weka cluster | `number` | n/a | yes |