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_network"></a> [network](#input\_network)| The name of the virtual network in which the subnet is created in |`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
-
| <aname="input_private_endpoint_network_policies_enabled"></a> [private\_endpoint\_network\_policies\_enabled](#input\_private\_endpoint\_network\_policies\_enabled)| Enable or Disable network policies for the private link endpoint on the subnet. Setting this to true will Disable the policy and setting this to false will Enable the policy: [true\|false]|`bool`|`true`| no |
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
+
| <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 |
47
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
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 |
49
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 |
description="Enable or Disable network policies for the private endpoint on the subnet. Possible values: [Disabled|Enabled|NetworkSecurityGroupEnabled|RouteTableEnabled]"
description="Enable or Disable network policies for the private link endpoint on the subnet. Setting this to true will Disable the policy and setting this to false will Enable the policy: [true|false]"
29
+
description="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]"
0 commit comments