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: infra/resources/_modules/function_apps/README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,7 @@ No requirements.
60
60
| <aname="input_health_check_path_support"></a> [health\_check\_path\_support](#input\_health\_check\_path\_support)| Health check path for support function app |`string`| n/a | yes |
61
61
| <aname="input_health_check_path_user"></a> [health\_check\_path\_user](#input\_health\_check\_path\_user)| Health check path for user function app |`string`| n/a | yes |
62
62
| <aname="input_health_check_path_user_uat"></a> [health\_check\_path\_user\_uat](#input\_health\_check\_path\_user\_uat)| Health check path for user uat function app |`string`| n/a | yes |
63
+
| <aname="input_is_psn"></a> [is\_psn](#input\_is\_psn)| Temporary variable to manage both IO and PSN resources |`bool`|`false`| no |
63
64
| <aname="input_key_vault_id"></a> [key\_vault\_id](#input\_key\_vault\_id)| Id of the common Key Vault where save secrets in |`string`| n/a | yes |
64
65
| <aname="input_key_vault_wallet_id"></a> [key\_vault\_wallet\_id](#input\_key\_vault\_wallet\_id)| Id of the wallet Key Vault where save secrets |`string`| n/a | yes |
65
66
| <aname="input_key_vault_wallet_name"></a> [key\_vault\_wallet\_name](#input\_key\_vault\_wallet\_name)| Name of the wallet Key Vault where save secrets |`string`| n/a | yes |
@@ -78,6 +79,10 @@ No requirements.
78
79
| <aname="input_virtual_network"></a> [virtual\_network](#input\_virtual\_network)| Virtual network to create subnet in | <pre>object({<br/> name = string<br/> resource_group_name = string<br/> })</pre> | n/a | yes |
79
80
| <aname="input_wallet_instance_creation_email_queue_name"></a> [wallet\_instance\_creation\_email\_queue\_name](#input\_wallet\_instance\_creation\_email\_queue\_name)| Send Email on Wallet Instance Creation Queue Name |`string`| n/a | yes |
80
81
| <aname="input_wallet_instance_revocation_email_queue_name"></a> [wallet\_instance\_revocation\_email\_queue\_name](#input\_wallet\_instance\_revocation\_email\_queue\_name)| Send Email on Wallet Instance Revocation Queue Name |`string`| n/a | yes |
82
+
| <aname="input_wallet_instance_storage_account_name"></a> [wallet\_instance\_storage\_account\_name](#input\_wallet\_instance\_storage\_account\_name)| The name of the Wallet Instance Storage Account |`string`| n/a | yes |
83
+
| <aname="input_wallet_instance_storage_account_uat_name"></a> [wallet\_instance\_storage\_account\_uat\_name](#input\_wallet\_instance\_storage\_account\_uat\_name)| The name of the Wallet Instance Storage Account UAT |`string`| n/a | yes |
84
+
| <aname="input_wallet_instance_storage_account_uat_url"></a> [wallet\_instance\_storage\_account\_uat\_url](#input\_wallet\_instance\_storage\_account\_uat\_url)| The URL of the Wallet Instance Storage Account UAT |`string`| n/a | yes |
85
+
| <aname="input_wallet_instance_storage_account_url"></a> [wallet\_instance\_storage\_account\_url](#input\_wallet\_instance\_storage\_account\_url)| The URL of the Wallet Instance Storage Account |`string`| n/a | yes |
Copy file name to clipboardExpand all lines: infra/resources/_modules/storage_accounts/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,7 @@ No modules.
40
40
| <aname="input_action_group_id"></a> [action\_group\_id](#input\_action\_group\_id)| Id of the alert action group |`string`| n/a | yes |
41
41
| <aname="input_customer_managed_key_url"></a> [customer\_managed\_key\_url](#input\_customer\_managed\_key\_url)| URL of the customer managed key to encrypt the Storage Account |`string`|`null`| no |
| <aname="input_is_psn"></a> [is\_psn](#input\_is\_psn)| Temporary variable to manage both IO and PSN resources |`bool`|`false`| no |
43
44
| <aname="input_key_vault_wallet_id"></a> [key\_vault\_wallet\_id](#input\_key\_vault\_wallet\_id)| Id of the wallet Key Vault where storage account saves secrets |`string`|`null`| no |
44
45
| <aname="input_private_endpoint"></a> [private\_endpoint](#input\_private\_endpoint)| Configuration for the Private Endpoints | <pre>object({<br/> subnet_pep_id = string<br/> blob_private_dns_zone_id = string<br/> queue_private_dns_zone_id = string<br/> })</pre> |`null`| no |
45
46
| <aname="input_resource_group_name"></a> [resource\_group\_name](#input\_resource\_group\_name)| Name of the resource group where resources will be created |`string`| n/a | yes |
0 commit comments