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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -459,7 +459,7 @@ proxy_url = VALUE
459
459
| <aname="input_deployment_storage_account_name"></a> [deployment\_storage\_account\_name](#input\_deployment\_storage\_account\_name)| Name of exising deployment storage account |`string`|`""`| no |
460
460
| <aname="input_enable_application_insights"></a> [enable\_application\_insights](#input\_enable\_application\_insights)| Enable Application Insights. |`bool`|`true`| no |
461
461
| <aname="input_function_access_restriction_enabled"></a> [function\_access\_restriction\_enabled](#input\_function\_access\_restriction\_enabled)| Allow public access, Access restrictions apply to inbound access to internal vent |`bool`|`false`| no |
462
-
| <aname="input_function_app_dist"></a> [function\_app\_dist](#input\_function\_app\_dist)| Function app code dist |`string`|`"release"`| no |
462
+
| <aname="input_function_app_dist"></a> [function\_app\_dist](#input\_function\_app\_dist)| Function app code dist |`string`|`"dev"`| no |
463
463
| <aname="input_function_app_identity_name"></a> [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 |
464
464
| <aname="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 |
465
465
| <aname="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 |
@@ -530,10 +530,10 @@ proxy_url = VALUE
530
530
| <aname="input_subnet_prefix"></a> [subnet\_prefix](#input\_subnet\_prefix)| Address prefixes to use for the subnet |`string`|`"10.0.2.0/24"`| no |
531
531
| <aname="input_subscription_id"></a> [subscription\_id](#input\_subscription\_id)| The subscription id for the deployment. |`string`| n/a | yes |
532
532
| <aname="input_tags_map"></a> [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)`|`{}`| no |
533
-
| <aname="input_tiering_blob_obs_access_key"></a> [tiering\_blob\_obs\_access\_key](#input\_tiering\_blob\_obs\_access\_key)| The access key of the existing Blob object store container. |`string`|`""`| no |
533
+
| <aname="input_tiering_blob_obs_access_key"></a> [tiering\_blob\_obs\_access\_key](#input\_tiering\_blob\_obs\_access\_key)| The access key of the existing Blob object store container. If not provided, new obs will be created with given name (tiering\_obs\_name). |`string`|`""`| no |
534
534
| <aname="input_tiering_enable_obs_integration"></a> [tiering\_enable\_obs\_integration](#input\_tiering\_enable\_obs\_integration)| Determines whether to enable object stores integration with the Weka cluster. Set true to enable the integration. |`bool`|`false`| no |
535
535
| <aname="input_tiering_enable_ssd_percent"></a> [tiering\_enable\_ssd\_percent](#input\_tiering\_enable\_ssd\_percent)| When set\_obs\_integration is true, this variable sets the capacity percentage of the filesystem that resides on SSD. For example, for an SSD with a total capacity of 20GB, and the tiering\_ssd\_percent is set to 20, the total available capacity is 100GB. |`number`|`20`| no |
536
-
| <aname="input_tiering_obs_container_name"></a> [tiering\_obs\_container\_name](#input\_tiering\_obs\_container\_name)| Name of existing obs conatiner name |`string`|`""`| no |
536
+
| <aname="input_tiering_obs_container_name"></a> [tiering\_obs\_container\_name](#input\_tiering\_obs\_container\_name)| Name of existing obs container name.|`string`|`""`| no |
537
537
| <aname="input_tiering_obs_name"></a> [tiering\_obs\_name](#input\_tiering\_obs\_name)| Name of existing obs storage account |`string`|`""`| no |
538
538
| <aname="input_tiering_obs_start_demote"></a> [tiering\_obs\_start\_demote](#input\_tiering\_obs\_start\_demote)| Target tiering cue (in seconds) before starting upload data to OBS (turning it into read cache). Default is 10 seconds. |`number`|`10`| no |
539
539
| <aname="input_tiering_obs_target_ssd_retention"></a> [tiering\_obs\_target\_ssd\_retention](#input\_tiering\_obs\_target\_ssd\_retention)| Target retention period (in seconds) before tiering to OBS (how long data will stay in SSD). Default is 86400 seconds (24 hours). |`number`|`86400`| no |
0 commit comments