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
|[azurerm_application_insights.application_insights](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/application_insights)| data source |
396
392
|[azurerm_client_config.current](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/client_config)| data source |
397
393
|[azurerm_function_app_host_keys.function_keys](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/function_app_host_keys)| data source |
398
394
|[azurerm_resource_group.rg](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/resource_group)| data source |
399
395
|[azurerm_storage_account.deployment_blob](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/storage_account)| data source |
400
-
|[azurerm_storage_share.storage_share](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/storage_share)| data source |
396
+
|[azurerm_storage_account.weka_obs](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/storage_account)| data source |
397
+
|[azurerm_storage_account_blob_container_sas.function_app_code_sas](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/storage_account_blob_container_sas)| data source |
401
398
|[azurerm_subnet.subnet](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/subnet)| data source |
402
399
|[azurerm_virtual_network.vnet](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/virtual_network)| data source |
403
400
@@ -406,6 +403,7 @@ proxy_url = VALUE
406
403
| Name | Description | Type | Default | Required |
| <aname="input_address_space"></a> [address\_space](#input\_address\_space)| The range of IP addresses the virtual network uses. |`string`|`"10.0.0.0/16"`| no |
406
+
| <aname="input_allow_sa_public_network_access"></a> [allow\_sa\_public\_network\_access](#input\_allow\_sa\_public\_network\_access)| Allow public network access to the storage account. |`bool`|`true`| no |
409
407
| <aname="input_allow_ssh_cidrs"></a> [allow\_ssh\_cidrs](#input\_allow\_ssh\_cidrs)| Allow port 22, if not provided, i.e leaving the default empty list, the rule will not be included in the SG |`list(string)`|`[]`| no |
410
408
| <aname="input_allow_weka_api_cidrs"></a> [allow\_weka\_api\_cidrs](#input\_allow\_weka\_api\_cidrs)| Allow connection to port 14000 on weka backends from specified CIDRs, by default no CIDRs are allowed. All ports (including 14000) are allowed within Vnet |`list(string)`|`[]`| no |
411
409
| <aname="input_application_insights_name"></a> [application\_insights\_name](#input\_application\_insights\_name)| The Application Insights name. |`string`|`""`| no |
| <aname="input_create_lb"></a> [create\_lb](#input\_create\_lb)| Create backend and UI load balancers for weka cluster. |`bool`|`true`| no |
429
427
| <aname="input_create_nat_gateway"></a> [create\_nat\_gateway](#input\_create\_nat\_gateway)| NAT needs to be created when no public ip is assigned to the backend, to allow internet access |`bool`|`false`| no |
428
+
| <aname="input_create_storage_account_private_links"></a> [create\_storage\_account\_private\_links](#input\_create\_storage\_account\_private\_links)| Create private links for storage accounts (in case if public network access for the storage account is disabled). |`bool`|`true`| no |
430
429
| <aname="input_debug_down_backends_removal_timeout"></a> [debug\_down\_backends\_removal\_timeout](#input\_debug\_down\_backends\_removal\_timeout)| Don't change this value without consulting weka support team. Timeout for removing down backends. Valid time units are ns, us (or µs), ms, s, m, h. |`string`|`"3h"`| no |
431
430
| <aname="input_default_disk_size"></a> [default\_disk\_size](#input\_default\_disk\_size)| The default disk size. |`number`|`48`| no |
432
431
| <aname="input_deployment_container_name"></a> [deployment\_container\_name](#input\_deployment\_container\_name)| Name of exising deployment container |`string`|`""`| no |
433
-
| <aname="input_deployment_storage_account_access_key"></a> [deployment\_storage\_account\_access\_key](#input\_deployment\_storage\_account\_access\_key)| The access key of the existing Blob object store container. |`string`|`""`| no |
432
+
| <aname="input_deployment_function_app_code_blob"></a> [deployment\_function\_app\_code\_blob](#input\_deployment\_function\_app\_code\_blob)| The path to the function app code blob file. |`string`|`"function_app_code.zip"`| no |
434
433
| <aname="input_deployment_storage_account_name"></a> [deployment\_storage\_account\_name](#input\_deployment\_storage\_account\_name)| Name of exising deployment storage account |`string`|`""`| no |
435
434
| <aname="input_enable_application_insights"></a> [enable\_application\_insights](#input\_enable\_application\_insights)| Enable Application Insights. |`bool`|`true`| no |
436
435
| <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 |
Copy file name to clipboardExpand all lines: modules/iam/README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,7 @@ No modules.
62
62
| <aname="input_obs_container_name"></a> [obs\_container\_name](#input\_obs\_container\_name)| The name of the container for the OBS. |`string`| n/a | yes |
63
63
| <aname="input_prefix"></a> [prefix](#input\_prefix)| Prefix for all resources |`string`| n/a | yes |
64
64
| <aname="input_rg_name"></a> [rg\_name](#input\_rg\_name)| A predefined resource group in the Azure subscription. |`string`| n/a | yes |
65
+
| <aname="input_support_logic_app"></a> [support\_logic\_app](#input\_support\_logic\_app)| Enable support for logic app. |`bool`|`true`| no |
| <aname="input_tiering_obs_name"></a> [tiering\_obs\_name](#input\_tiering\_obs\_name)| Name of existing obs storage account. |`string`|`""`| no |
67
68
| <aname="input_vmss_identity_name"></a> [vmss\_identity\_name](#input\_vmss\_identity\_name)| The user assigned identity name for the vmss instances (if empty - new one is created). |`string`|`""`| no |
0 commit comments