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
| <aname="input_cidr"></a> [cidr](#input\_cidr)| The address prefixes to use for the subnet |`string`| n/a | yes |
38
-
| <aname="input_delegations"></a> [delegations](#input\_delegations)| (optional) subnet delegation | <pre>list(object({<br> name = string<br> actions = list(string)<br> }))</pre> |`[]`| no |
38
+
| <aname="input_delegations"></a> [delegations](#input\_delegations)| (optional) subnet delegation | <pre>list(object({<br/> name = string<br/> actions = list(string)<br/> }))</pre> |`[]`| no |
39
39
| <aname="input_export_subnet_id"></a> [export\_subnet\_id](#input\_export\_subnet\_id)| ID of already existing subnet. Provide this value to associate existing subnet with given Network Security Group |`string`|`null`| no |
40
40
| <aname="input_name"></a> [name](#input\_name)| The name of the subnet |`string`| n/a | yes |
41
41
| <aname="input_nat_gateway_association_enabled"></a> [nat\_gateway\_association\_enabled](#input\_nat\_gateway\_association\_enabled)| Boolean flag that determines if NAT Gateway association would be created |`bool`|`false`| no |
42
42
| <aname="input_nat_gateway_id"></a> [nat\_gateway\_id](#input\_nat\_gateway\_id)| ID of the NAT Gateway which would be assigned to subnet |`string`|`null`| no |
43
-
| <aname="input_network"></a> [network](#input\_network)| The name of the virtual network in which the subnet is created in |`string`| n/a | yes |
43
+
| <aname="input_network"></a> [network](#input\_network)| The name of the virtual network in which the subnet is created |`string`| n/a | yes |
44
44
| <aname="input_nsg_association_enabled"></a> [nsg\_association\_enabled](#input\_nsg\_association\_enabled)| Boolean flag that determines if NSG association would be created |`bool`|`false`| no |
45
45
| <aname="input_nsg_id"></a> [nsg\_id](#input\_nsg\_id)| The ID of the Network Security Group which should be associated with the Subnet |`string`|`null`| no |
46
46
| <aname="input_private_endpoint_network_policies"></a> [private\_endpoint\_network\_policies](#input\_private\_endpoint\_network\_policies)| Enable or Disable network policies for the private endpoint on the subnet. Possible values: [Disabled\|Enabled\|NetworkSecurityGroupEnabled\|RouteTableEnabled]|`string`|`"Enabled"`| no |
47
47
| <aname="input_private_link_service_network_policies_enabled"></a> [private\_link\_service\_network\_policies\_enabled](#input\_private\_link\_service\_network\_policies\_enabled)| Enable or Disable network policies for the private link service on the subnet. Setting this to true will Enable the policy and setting this to false will Disable the policy: [true\|false]|`bool`|`true`| no |
48
-
| <aname="input_resource_group"></a> [resource\_group](#input\_resource\_group)| The name of the resource group in which to create the storage account|`string`| n/a | yes |
48
+
| <aname="input_resource_group"></a> [resource\_group](#input\_resource\_group)| The name of the resource group in which to create the subnet|`string`| n/a | yes |
49
49
| <aname="input_route_table_association_enabled"></a> [route\_table\_association\_enabled](#input\_route\_table\_association\_enabled)| Boolean flag that determines if Route Table association would be created |`bool`|`false`| no |
50
50
| <aname="input_route_table_id"></a> [route\_table\_id](#input\_route\_table\_id)| ID of the Route Table which would be assigned to subnet |`string`|`null`| no |
51
-
| <aname="input_service_endpoints"></a> [service\_endpoints](#input\_service\_endpoints)| The list of Service endpoints to associate with the subnet: Microsoft.AzureActiveDirectory, Microsoft.AzureCosmosDB, Microsoft.ContainerRegistry, Microsoft.EventHub, Microsoft.KeyVault, Microsoft.ServiceBus, Microsoft.Sql, Microsoft.Storage, Microsoft.Web |`list(string)`| <pre>[<br> "Microsoft.Storage",<br> "Microsoft.KeyVault",<br> "Microsoft.Sql",<br> "Microsoft.Web"<br>]</pre> | no |
51
+
| <aname="input_service_endpoints"></a> [service\_endpoints](#input\_service\_endpoints)| The list of Service endpoints to associate with the subnet. Possible values: Microsoft.AzureActiveDirectory, Microsoft.AzureCosmosDB, Microsoft.ContainerRegistry, Microsoft.EventHub, Microsoft.KeyVault, Microsoft.ServiceBus, Microsoft.Sql, Microsoft.Storage, Microsoft.Web etc. |`list(string)`| <pre>[<br/> "Microsoft.Storage",<br/> "Microsoft.KeyVault",<br/> "Microsoft.Sql",<br/> "Microsoft.Web"<br/>]</pre> | no |
description="The list of Service endpoints to associate with the subnet: Microsoft.AzureActiveDirectory, Microsoft.AzureCosmosDB, Microsoft.ContainerRegistry, Microsoft.EventHub, Microsoft.KeyVault, Microsoft.ServiceBus, Microsoft.Sql, Microsoft.Storage, Microsoft.Web"
35
+
description="The list of Service endpoints to associate with the subnet. Possible values: Microsoft.AzureActiveDirectory, Microsoft.AzureCosmosDB, Microsoft.ContainerRegistry, Microsoft.EventHub, Microsoft.KeyVault, Microsoft.ServiceBus, Microsoft.Sql, Microsoft.Storage, Microsoft.Web etc."
0 commit comments