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
387
|[azurerm_client_config.current](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/client_config)| data source |
397
388
|[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
389
|[azurerm_resource_group.rg](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/resource_group)| data source |
399
390
|[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 |
391
+
|[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
392
|[azurerm_subnet.subnet](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/subnet)| data source |
402
393
|[azurerm_virtual_network.vnet](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/virtual_network)| data source |
403
394
@@ -406,6 +397,7 @@ proxy_url = VALUE
406
397
| 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 |
400
+
| <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
401
| <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
402
| <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
403
| <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
421
| <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 |
422
+
| <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
423
| <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
424
| <aname="input_default_disk_size"></a> [default\_disk\_size](#input\_default\_disk\_size)| The default disk size. |`number`|`48`| no |
432
425
| <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 |
426
+
| <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
427
| <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
428
| <aname="input_enable_application_insights"></a> [enable\_application\_insights](#input\_enable\_application\_insights)| Enable Application Insights. |`bool`|`true`| no |
436
429
| <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 |
@@ -441,7 +434,7 @@ proxy_url = VALUE
441
434
| <aname="input_function_app_storage_account_prefix"></a> [function\_app\_storage\_account\_prefix](#input\_function\_app\_storage\_account\_prefix)| Weka storage account name prefix |`string`|`"weka"`| no |
442
435
| <aname="input_function_app_subnet_delegation_cidr"></a> [function\_app\_subnet\_delegation\_cidr](#input\_function\_app\_subnet\_delegation\_cidr)| Subnet delegation enables you to designate a specific subnet for an Azure PaaS service. |`string`|`"10.0.1.0/25"`| no |
443
436
| <aname="input_function_app_subnet_delegation_id"></a> [function\_app\_subnet\_delegation\_id](#input\_function\_app\_subnet\_delegation\_id)| Required to specify if subnet\_name were used to specify pre-defined subnets for weka. Function subnet delegation requires an additional subnet, and in the case of pre-defined networking this one also should be pre-defined |`string`|`""`| no |
444
-
| <aname="input_function_app_version"></a> [function\_app\_version](#input\_function\_app\_version)| Function app code version (hash) |`string`|`"0e787ecc4b4936228cdb784e52ec408a"`| no |
437
+
| <aname="input_function_app_version"></a> [function\_app\_version](#input\_function\_app\_version)| Function app code version (hash) |`string`|`"c52522f254123df61cd906bbf3dce6af"`| no |
445
438
| <aname="input_get_weka_io_token"></a> [get\_weka\_io\_token](#input\_get\_weka\_io\_token)| The token to download the Weka release from get.weka.io. |`string`|`""`| no |
446
439
| <aname="input_hotspare"></a> [hotspare](#input\_hotspare)| Number of hotspares to set on weka cluster. Refer to https://docs.weka.io/overview/ssd-capacity-management#hot-spare|`number`|`1`| no |
447
440
| <aname="input_install_cluster_dpdk"></a> [install\_cluster\_dpdk](#input\_install\_cluster\_dpdk)| Install weka cluster with DPDK |`bool`|`true`| 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