@@ -39,15 +39,16 @@ No modules.
39
39
| <a name =" input_enable_appinsights " ></a > [ enable\_ appinsights] ( #input\_ enable\_ appinsights ) | Enable application insights | ` bool ` | ` true ` | no |
40
40
| <a name =" input_env " ></a > [ env] ( #input\_ env ) | Environment | ` string ` | n/a | yes |
41
41
| <a name =" input_identity_ids " ></a > [ identity\_ ids] ( #input\_ identity\_ ids ) | List of user assigned identity IDs | ` list(string) ` | ` null ` | no |
42
- | <a name =" input_ip_restriction " ></a > [ ip\_ restriction] ( #input\_ ip\_ restriction ) | Firewall settings for the function app | <pre >list(object({<br > name = string<br > ip_address = string<br > service_tag = string<br > virtual_network_subnet_id = string<br > priority = string<br > action = string<br > headers = list(object({<br > x_azure_fdid = list(string)<br > x_fd_health_probe = list(string)<br > x_forwarded_for = list(string)<br > x_forwarded_host = list(string)<br > }))<br > }))</pre > | <pre >[ <br > {<br > "action": "Allow",<br > "headers": null,<br > "ip_address": null,<br > "name": "allow_azure",<br > "priority": "100",<br > "service_tag": "AzureCloud",<br > "virtual_network_subnet_id": null<br > }<br >] </pre > | no |
42
+ | <a name =" input_ip_restriction " ></a > [ ip\_ restriction] ( #input\_ ip\_ restriction ) | Firewall settings for the web app | <pre >list(object({<br > name = string<br > ip_address = string<br > service_tag = string<br > virtual_network_subnet_id = string<br > priority = string<br > action = string<br > headers = list(object({<br > x_azure_fdid = list(string)<br > x_fd_health_probe = list(string)<br > x_forwarded_for = list(string)<br > x_forwarded_host = list(string)<br > }))<br > }))</pre > | <pre >[ <br > {<br > "action": "Allow",<br > "headers": null,<br > "ip_address": null,<br > "name": "allow_azure",<br > "priority": "100",<br > "service_tag": "AzureCloud",<br > "virtual_network_subnet_id": null<br > }<br >] </pre > | no |
43
43
| <a name =" input_location " ></a > [ location] ( #input\_ location ) | Location | ` string ` | n/a | yes |
44
44
| <a name =" input_logs " ></a > [ logs] ( #input\_ logs ) | Logs configuration | <pre >object({<br > detailed_error_messages = bool<br > failed_request_tracing = bool<br > http_logs = object({<br > file_system = object({<br > retention_in_days = number<br > retention_in_mb = number<br > })<br > })<br > })</pre > | <pre >{<br > "detailed_error_messages": false,<br > "failed_request_tracing": false,<br > "http_logs": {<br > "file_system": {<br > "retention_in_days": 7,<br > "retention_in_mb": 35<br > }<br > }<br >}</pre > | no |
45
- | <a name =" input_name " ></a > [ name] ( #input\_ name ) | Function index/name (like 007) | ` string ` | n/a | yes |
45
+ | <a name =" input_name " ></a > [ name] ( #input\_ name ) | Web index/name (like 007) | ` string ` | n/a | yes |
46
46
| <a name =" input_project " ></a > [ project] ( #input\_ project ) | Project name | ` string ` | n/a | yes |
47
47
| <a name =" input_resource_group " ></a > [ resource\_ group] ( #input\_ resource\_ group ) | Resource group name | ` string ` | n/a | yes |
48
+ | <a name =" input_scm_ip_restriction " ></a > [ scm\_ ip\_ restriction] ( #input\_ scm\_ ip\_ restriction ) | Firewall settings for the SCM web app | <pre >list(object({<br > name = string<br > ip_address = string<br > service_tag = string<br > virtual_network_subnet_id = string<br > priority = string<br > action = string<br > headers = list(object({<br > x_azure_fdid = list(string)<br > x_fd_health_probe = list(string)<br > x_forwarded_for = list(string)<br > x_forwarded_host = list(string)<br > }))<br > }))</pre > | ` null ` | no |
48
49
| <a name =" input_service_plan_id " ></a > [ service\_ plan\_ id] ( #input\_ service\_ plan\_ id ) | App Service plan ID | ` string ` | n/a | yes |
49
50
| <a name =" input_storage_account " ></a > [ storage\_ account] ( #input\_ storage\_ account ) | BYOS storage mount configuration | <pre >list(object({<br > access_key = string<br > account_name = string<br > name = string<br > share_name = string<br > type = string<br > mount_path = string<br > }))</pre > | ` [] ` | no |
50
- | <a name =" input_subnet_id " ></a > [ subnet\_ id] ( #input\_ subnet\_ id ) | Subnet ID for the function app | ` string ` | ` null ` | no |
51
+ | <a name =" input_subnet_id " ></a > [ subnet\_ id] ( #input\_ subnet\_ id ) | Subnet ID for the web app | ` string ` | ` null ` | no |
51
52
| <a name =" input_tags " ></a > [ tags] ( #input\_ tags ) | Tags | ` map(string) ` | n/a | yes |
52
53
| <a name =" input_use_private_net " ></a > [ use\_ private\_ net] ( #input\_ use\_ private\_ net ) | Use private network injection | ` bool ` | ` false ` | no |
53
54
| <a name =" input_websockets_enabled " ></a > [ websockets\_ enabled] ( #input\_ websockets\_ enabled ) | Enable websockets | ` bool ` | ` false ` | no |
0 commit comments